Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CustomAmelia committed Aug 21, 2020
1 parent bafb266 commit 5638e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ client.on('message', message => {
epicembed.setTitle("Filter Alert: Filtered Word")
epicembed.addField('User who said the word:', `${message.author}`)
epicembed.addField('Message:', `${message.content}`)
epic2embed.addField("Channel:", message.channel.name)
epicembed.addField("Channel:", message.channel.name)
epicembed.setColor("RANDOM")
message.reply("Please do not say that!")
filterwebhook.send(epicembed)
Expand Down

0 comments on commit 5638e7e

Please sign in to comment.