From 7beaff5b2bf3ebfdd3450bb705e5250aa2550e78 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 12 Feb 2018 14:42:12 +0000 Subject: [PATCH] :( --- commands/other/coolness.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/commands/other/coolness.js b/commands/other/coolness.js index d0b25303..090d0525 100644 --- a/commands/other/coolness.js +++ b/commands/other/coolness.js @@ -20,9 +20,8 @@ module.exports = class CoolnessCommand extends Command { run(msg, { user }) { const coolness = user.id / this.client.user.id; - if (user.id === '234318196893548545') return msg.say(`${user.username} is the best person ever ❤.`); if (coolness < 0.2) return msg.say(`${user.username} is the coolest being to walk this Earth.`); - if (coolness < 0.4) return msg.say(`${user.username} is most likely a staff member.`); + if (coolness < 0.4) return msg.say(`${user.username} is extremely amazingly amazing.`); if (coolness < 0.6) return msg.say(`${user.username} is as cool as ice.`); if (coolness < 0.8) return msg.say(`${user.username} is an extremely cool dude.`); if (coolness < 1) return msg.say(`${user.username} is pretty sweet, not gonna lie.`); diff --git a/package.json b/package.json index 2fdf1360..138616c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "62.5.0", + "version": "62.5.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {