mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
:(
This commit is contained in:
@@ -20,9 +20,8 @@ module.exports = class CoolnessCommand extends Command {
|
|||||||
|
|
||||||
run(msg, { user }) {
|
run(msg, { user }) {
|
||||||
const coolness = user.id / this.client.user.id;
|
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.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.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 < 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.`);
|
if (coolness < 1) return msg.say(`${user.username} is pretty sweet, not gonna lie.`);
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "62.5.0",
|
"version": "62.5.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user