mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 15:56:31 +02:00
grand commit que tutur attend ( marche pas le raidmode en dev)
sinon il y a pleins de truc comme les anti raid , des coorectif ect
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = {
|
||||
const sendmessage = await message.reply("\`🔄\` Les salon de log sont entrain d'etre crée...")
|
||||
const guild = message.guild;
|
||||
const categoryName = 'log';
|
||||
const channelNames = ['modlog', 'messagelog', 'vocallog', 'rolelog', 'raidlog'];
|
||||
const channelNames = ['modlog', 'messagelog', 'vocallog', 'rolelog', 'raidlog', 'channelog'];
|
||||
const channelTypes = [ChannelType.GuildText, ChannelType.GuildText, ChannelType.GuildText, ChannelType.GuildText, ChannelType.GuildText];
|
||||
|
||||
let data = await new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user