Skip to content

Commit

Permalink
Update messageCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FissionFeline authored Jul 29, 2022
1 parent 8a0897b commit c68de4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = async(client, message) => {
const { MessageEmbed, MessageButton, MessageActionRow } = require("discord.js")
console.log(message.author)

if (message.author.bot) return;

if (message.content.indexOf(client.config.commandstart) !== 0) return;
Expand Down

0 comments on commit c68de4b

Please sign in to comment.