You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to add a feature that deletes a message after the given time.
A slash command in the discord bot with expire or tagged message with expire field can be used.
Looking to add a feature that deletes a message after the given time.
A slash command in the discord bot with
expire
or tagged message with expire field can be used.The slash command can have fields:
expire message:TEXT(required) on:DATE
expire message:TEXT(required) after:INT type:OPTION("DAY", "WEEK", "MONTH")
or see if how can tagging be utilised with this expire feature, example:
Maybe:
@<bot-name> expire 3 days
How to build this
expire_message
need to be created that deletes the message with provided_id
.apscheduler
api.slash_command
ortagging
.The text was updated successfully, but these errors were encountered: