feature request: expiration for DiscordCannedResponses
Cronosus opened this issue ยท 0 comments
Why?
as !c and !list responses are removed together with request command message in discord, it would be nice DiscordCannedResponses do the same.
What and How?
add discordexpiration to those in config and make discord bot remove them too
something like this:
DiscordCannedResponsesExpiration: 10
DiscordCannedResponsesExpirationDeleteRequest: true
Are there alternatives?
like those functions:
DiscordChatChannelConsoleCommandExpiration: 10
DiscordChatChannelConsoleCommandExpirationDeleteRequest: true
DiscordChatChannelListCommandExpiration: 10
DiscordChatChannelListCommandExpirationDeleteRequest: true
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
No response