mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-23 18:04:41 +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:
@@ -4,9 +4,9 @@ const db = new sqlite3.Database('myDatabase.db');
|
||||
module.exports = {
|
||||
name: 'antilink',
|
||||
description: 'Active ou désactive la protection contre les liens dans le serveur.',
|
||||
utilisation: '+antilink on/off all/invite',
|
||||
utilisation: 'antilink on/off all/invite',
|
||||
category: 'antiraid',
|
||||
|
||||
emote: '🔗',
|
||||
async execute(message, args, client) {
|
||||
const botId = client.user.id;
|
||||
const guildId = message.guild.id;
|
||||
|
||||
Reference in New Issue
Block a user