Update index.js

This commit is contained in:
2020-08-27 03:32:57 -07:00
committed by GitHub
parent 08a14e8754
commit 61ba583c91

View File

@ -12,7 +12,7 @@ client.once('ready', () => {
})
client.on('message', message => {
console.log(message.content);
//Help Cmd
if (message.content.startsWith(`${prefix}test`))
message.channel.send("This test works")