momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Delete old, expired game invites #89

Open Gocnak opened 4 years ago

Gocnak commented 4 years ago

People inviting others to play momentum have the lobby invite stick around as a permanent message, and the bot could automatically delete them as there's no way to "re-open" a closed invite that I know of.

By default delete old ones every 5 minutes? Could change this to every hour or something if the rate limits are bad.

Hona commented 4 years ago

Is this fine to register on message received (99% guarentee, on disconnects the message might be missed)? Otherwise we could get 100% guarantee but have to download x messages from every channel.

It would be simpler logistics wise to download x (100, 200 even?) messages from every channel, but every 30 minutes or so instead of 5 mins.

Gocnak commented 4 years ago

We can do message received, because admins can always delete the stale messages that the bot didn't catch.