mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
add: Added .cleanupguilddata command which will delete all guildconfigs, xp stats and other data related to any guild the bot is no longer in. This is a highly destructive and irreversible command.
dev: Added cascade deletes to any tables which have guildconfigs FK, as well as to some other missing places
This commit is contained in:
@@ -4440,3 +4440,11 @@ todoarchivedelete:
|
||||
params:
|
||||
- todoId:
|
||||
desc: "The identifier for the archived todo item to be deleted."
|
||||
cleanupguilddata:
|
||||
desc: |-
|
||||
Deletes data for all servers bot is no longer a member of from the database.
|
||||
This is a highly destructive and irreversible command.
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- {}
|
||||
|
Reference in New Issue
Block a user