From dc770f115cfeea8a598fff97c59ee6b81a6cec13 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Fri, 19 Jul 2024 15:00:50 -0400 Subject: [PATCH] Add aliases to template command --- plugins/commands/template.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/commands/template.js b/plugins/commands/template.js index ff37388..60b155a 100644 --- a/plugins/commands/template.js +++ b/plugins/commands/template.js @@ -17,5 +17,6 @@ module.exports={ desc: "Does nothing", // Command description usage: ' [optional]', // Command usage hidden: true, // To show the command on the help command list, remove this line - consoleIndex: true // When run from console, the second argument will be a bot ID + consoleIndex: true, // When run from console, the second argument will be a bot ID + aliases: ["example", "testing"] // Other command names that will work the same }