From 8d5c0e4c0012e5d405de4fc12cf477cd41cc294d Mon Sep 17 00:00:00 2001 From: Emily J Date: Sun, 11 Oct 2020 13:15:40 +1100 Subject: [PATCH] change default example value to empty string --- bot/base/Command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,