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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/bot/clientid.ts b/src/commands/bot/clientid.ts
index ea89891..65040bf 100644
--- a/src/commands/bot/clientid.ts
+++ b/src/commands/bot/clientid.ts
@@ -20,14 +20,14 @@ module.exports = class ClientIDBot extends Command {
});
}
run(msg: CommandoMessage) {
- msg.channel.send('Please wait...').then(m => {
+ msg.say('Please wait...').then(m => {
m.edit(`** **`);
let emb = new MessageEmbed()
.setDescription('uwufier\'s client ID is **699473263998271489**. ' + emoji.random())
.setColor(0xFFCC4D)
- msg.channel.send(emb);
+ msg.say(emb);
});
}
}; \ No newline at end of file