mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class LockdownCommand extends Command {
|
||||
name: 'lockdown',
|
||||
group: 'moderation',
|
||||
memberName: 'lockdown',
|
||||
description: 'Locks down the current server or removes a lockdown, which prevents non-roled members from speaking. (;lockdown start)',
|
||||
examples: [';lockdown start', ';lockdown stop'],
|
||||
description: 'Locks down the current server or removes a lockdown, which prevents non-roled members from speaking. (x;lockdown start)',
|
||||
examples: ['x;lockdown start', 'x;lockdown stop'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'type',
|
||||
|
||||
Reference in New Issue
Block a user