mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-08 07:10:19 +02:00
quel que petit truc mdr
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
name: 'dnd',
|
||||
description: 'Changer le status du bot en dnd',
|
||||
emote: '🔕',
|
||||
utilisation: 'dnd',
|
||||
category: 'botcontrol',
|
||||
async execute(message, args, client) {
|
||||
|
||||
client.user.setStatus('dnd');
|
||||
message.channel.send(`Le bot est maintenant en de pas deranger`);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user