Typo
This commit is contained in:
parent
06f9758bc2
commit
b1ffd2d22b
2
main.js
2
main.js
@ -178,7 +178,7 @@ client.on('interactionCreate', async interaction => {
|
||||
client.on('messageCreate', message => {
|
||||
// Some basic checking to prevent running unnecessary code
|
||||
if (message.author.bot) return;
|
||||
if (message.auther.id == client.user.id) return;
|
||||
if (message.author.id == client.user.id) return;
|
||||
|
||||
// Wildcard Responses, will respond if any message contains the trigger word(s), excluding self-messages
|
||||
const lowerContent = message.content.toLowerCase();
|
||||
|
Loading…
Reference in New Issue
Block a user