summaryrefslogtreecommitdiff
path: root/src/commands/bot/clientid.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bot/clientid.ts')
-rw-r--r--src/commands/bot/clientid.ts12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/commands/bot/clientid.ts b/src/commands/bot/clientid.ts
index 65040bf..9e7565c 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 version.',
+ description: 'Tells you the bot\'s client ID.',
examples: ['uwu!clientid', 'uwu!cid'],
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
@@ -20,14 +20,6 @@ module.exports = class ClientIDBot extends Command {
});
}
run(msg: CommandoMessage) {
- msg.say('Please wait...').then(m => {
- m.edit(`** **`);
-
- let emb = new MessageEmbed()
- .setDescription('uwufier\'s client ID is **699473263998271489**. ' + emoji.random())
- .setColor(0xFFCC4D)
-
- msg.say(emb);
- });
+ msg.reply(`**uwufier\'s** client ID is **699473263998271489**. ${emoji.random()}`)
}
}; \ No newline at end of file