riking / AutoDelete

A Discord bot that automatically deletes all messages in a designated channel on a rolling basis
Apache License 2.0
326 stars 118 forks source link

Handle ChannelDelete messages by dropping the channel from the reapq #8

Closed riking closed 4 years ago

riking commented 4 years ago

Additionally, stop carrying a reference to the *discordgo.Channel in ManagedChannel - I suspect this is the cause of some of our RAM problems.