Closed vpeter1119 closed 4 years ago
The client.on("message") part of the code should be broken up to the following functions:
client.on("message")
[ ] ProcessInput
[ ] ManageCooldowns
[ ] ExecuteCommand
The
client.on("message")
part of the code should be broken up to the following functions:[ ] ProcessInput
[ ] ManageCooldowns
[ ] ExecuteCommand