Fix typo
parent
b444508fb8
commit
8985677f7b
2
index.js
2
index.js
|
@ -75,7 +75,7 @@ function registerModules() {
|
|||
}
|
||||
|
||||
function handleMessage(message) {
|
||||
if (message.contents.startsWith(process.env.PREFIX)) {
|
||||
if (message.content.startsWith(process.env.PREFIX)) {
|
||||
const args = message.contents.split(" ");
|
||||
const command = args[0].substr(1, args[0].length);
|
||||
const execution = commandHandlers.get(command);
|
||||
|
|
Loading…
Reference in New Issue