mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Clean up a little
This commit is contained in:
@@ -24,8 +24,8 @@ module.exports = class IQCommand extends Command {
|
|||||||
const authorUser = user.id === msg.author.id;
|
const authorUser = user.id === msg.author.id;
|
||||||
if (user.id === this.client.user.id) return msg.reply('Me? My IQ score is off the charts!');
|
if (user.id === this.client.user.id) return msg.reply('Me? My IQ score is off the charts!');
|
||||||
if (this.client.isOwner(user)) {
|
if (this.client.isOwner(user)) {
|
||||||
if (authorUser) return msg.reply('Only someone of the highest IQ could make a bot as amazing as me!');
|
if (authorUser) return msg.reply('Only someone of the highest IQ could make a bot as amazing as me! ❤');
|
||||||
return msg.reply('My owner? Yeah... Not the sharpest tool in the shed.');
|
return msg.reply(`${user.username}, as in my owner? Yeah... Not the sharpest tool in the shed.`);
|
||||||
}
|
}
|
||||||
const random = MersenneTwister19937.seed(user.id);
|
const random = MersenneTwister19937.seed(user.id);
|
||||||
const score = integer(20, 170)(random);
|
const score = integer(20, 170)(random);
|
||||||
|
|||||||
Reference in New Issue
Block a user