Susannova / Discord_Bot

A configurable discord bot that can run on multiple servers simultaneously.
MIT License
2 stars 1 forks source link

Auto delete bot messages in playrequest #124

Closed Susannova closed 4 years ago

Susannova commented 4 years ago

Messages from the bot that are no playrequests will not be deleted automatically. This allows one to write channel infos to the channel but because of this help messages, as an example, will not be deleted too.

Solution: info messages should be stored somewhere, like in the config, to distinguish them from normal messages. Only problem then: to save them, they have to be sent. But then they are immediately deleted before they can be stored.