mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Eliz's
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = class CoolnessCommand extends Command {
|
||||
if (!user) user = msg.author;
|
||||
const coolness = user.id / this.client.user.id;
|
||||
const prefix = user.id === msg.author.id ? 'You\'re' : 'They\'re';
|
||||
if (user.id === '234318196893548545') return msg.reply(`${prefix} the best person ever.`);
|
||||
if (coolness < 0.3) return msg.reply(`${prefix} the coolest being to walk this Earth.`);
|
||||
if (coolness < 0.5) return msg.reply(`${prefix} an extremely cool dude.`);
|
||||
if (coolness < 0.8) return msg.reply(`${prefix} pretty sweet, not gonna lie.`);
|
||||
|
||||
Reference in New Issue
Block a user