diff options
Diffstat (limited to 'src/commands/bot/clientid.ts')
| -rw-r--r-- | src/commands/bot/clientid.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/clientid.ts b/src/commands/bot/clientid.ts index 9e7565c..1b084e4 100644 --- a/src/commands/bot/clientid.ts +++ b/src/commands/bot/clientid.ts @@ -9,7 +9,7 @@ module.exports = class ClientIDBot extends Command { aliases: ['cid'], group: 'bot', memberName: 'clientid', - description: 'Tells you the bot\'s client ID.', + description: 'Tells you uwufier\'s client ID.', examples: ['uwu!clientid', 'uwu!cid'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |