mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Add enable and disable commands
This commit is contained in:
@@ -10,7 +10,8 @@ module.exports = class UpdateEnvCommand extends Command {
|
||||
memberName: 'update-env',
|
||||
description: 'Updates the bot\'s environment variables.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true
|
||||
ownerOnly: true,
|
||||
guarded: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user