diff --git a/bot/base/Command.js b/bot/base/Command.js index 16d8c2a..b22f9c4 100644 --- a/bot/base/Command.js +++ b/bot/base/Command.js @@ -5,7 +5,7 @@ class Command { description = "No description provided.", category = "Miscellaneous", usage = "No usage provided.", - examples = "No examples provided.", + examples = "", enabled = true, guildOnly = false, devOnly = false,