forked from EllieBotDevs/elliebot
Added .keep command which will add the current guild to the list of keptguilds. This is needed for the future database purge.
This commit is contained in:
parent
ddbf8fd3de
commit
13fa7bd17b
5 changed files with 67 additions and 19 deletions
src/EllieBot/data
|
@ -1416,4 +1416,6 @@ coins:
|
|||
- crypto
|
||||
- cryptos
|
||||
afk:
|
||||
- afk
|
||||
- afk
|
||||
keep:
|
||||
- keep
|
|
@ -4598,4 +4598,11 @@ afk:
|
|||
- ''
|
||||
params:
|
||||
- msg:
|
||||
desc: "The message to send when someone pings you."
|
||||
desc: "The message to send when someone pings you."
|
||||
keep:
|
||||
desc: |-
|
||||
The current serve, won't be deleted from Ellie's database during the purge.
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- {}
|
Reference in a new issue