Update index.js

This commit is contained in:
Sophia Atkinson 2020-08-27 03:32:57 -07:00 committed by GitHub
parent 08a14e8754
commit 61ba583c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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")