Skip to content

Commit

Permalink
kick nerds
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Nov 16, 2023
1 parent dc177b7 commit c42af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/misc/itom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function onMessage(message: Message) {
try {
await message.react("<:minusone:748016030357520464>");
} catch (error) {
discordClient.alert("Please give me permissions to react to messages!");
await message.member?.kick("You mess with the oaf, you get the boot");
}
}
}
Expand Down

0 comments on commit c42af29

Please sign in to comment.