From 4052a5ce2cbb90e620a7ff04d01eb4549f60eeea Mon Sep 17 00:00:00 2001 From: Emily J Date: Thu, 4 Mar 2021 12:56:03 +1100 Subject: [PATCH] rename --- bot/commands/Fun/{inspirobot.js => inspire.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bot/commands/Fun/{inspirobot.js => inspire.js} (96%) diff --git a/bot/commands/Fun/inspirobot.js b/bot/commands/Fun/inspire.js similarity index 96% rename from bot/commands/Fun/inspirobot.js rename to bot/commands/Fun/inspire.js index e9f50c6..cd7dd5f 100644 --- a/bot/commands/Fun/inspirobot.js +++ b/bot/commands/Fun/inspire.js @@ -6,7 +6,7 @@ module.exports = class { this.category = category, this.enabled = true, this.devOnly = false, - this.aliases = ['inspire'], + this.aliases = [], this.userPerms = [], this.botPerms = [], this.cooldown = 2000,