UKLooneyJr / kc-discord-bot

KC Discord Bot
MIT License
3 stars 1 forks source link

Delete user's !join <channel> message if they successfully join the channel #19

Open UKLooneyJr opened 3 years ago

UKLooneyJr commented 3 years ago

Delete user's !join <channel> message if they successfully join the channel. This should get rid of some of the spam for new users joining a bunch of different channels.

If they fail to join the channel, we should not delete their message though. The bot would leave an error message so it would look a bit weird if there was an error message but seemingly nothing that caused it.

The bot should already have the required permissions to delete messages.