mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added the framework for the message-leveling system
This commit is contained in:
+2
-1
@@ -135,7 +135,8 @@ function registerCommands(bot) {
|
||||
commands.create({
|
||||
name: "Temp",
|
||||
type: 'USER'
|
||||
});
|
||||
}).then(() => { resolve(true); });
|
||||
|
||||
//#endregion
|
||||
}).catch((err) => { reject(err); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user