Added the framework for the message-leveling system

This commit is contained in:
ION606
2022-11-18 11:01:15 -05:00
parent 1b1932015e
commit 6ae725d211
8 changed files with 97 additions and 31 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ function registerCommands(bot) {
commands.create({
name: "Temp",
type: 'USER'
});
}).then(() => { resolve(true); });
//#endregion
}).catch((err) => { reject(err); });