Skip to content

Commit

Permalink
still log errors; don't kick anymore (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime authored Nov 16, 2023
1 parent 5e4c31e commit 72ab28e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/misc/itom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function onMessage(message: Message) {
`Tried to :minusone: a message containing the forbidden string by ${message.author}; received error ${error}.`,
));
}
await message.member?.kick("You mess with the oaf, you get the boot");
}
}
}
Expand Down

0 comments on commit 72ab28e

Please sign in to comment.