Recommended Usage: Your bot should always logout properly
const Console = new ConsoleManager();Console.useLogout(client).useReload(myLoader, ...); Copy
const Console = new ConsoleManager();Console.useLogout(client).useReload(myLoader, ...);
Now, if you type logout in console, the bot will logout properly.
You can also use predefined useReload to reload the Loaders
useReload
Command is first word of the line.
Command Name is unique, this function will throw error if duplicate commands with same name are added.
Template Command for Logging out
Template Command for Reloading with Loaders
Recommended Usage: Your bot should always logout properly
Now, if you type logout in console, the bot will logout properly.
You can also use predefined
useReload
to reload the Loaders