Added get whitelist command

This commit is contained in:
BarsTiger
2023-05-06 15:06:56 +03:00
parent 892fd3841f
commit f3c372fa8f
3 changed files with 17 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ help_data = {
'setendpoint': '(admin) Set StableDiffusion API endpoint',
'addadmin': '(admin) Add new admin - reply to message or type user ID',
'rmadmin': '(admin) Remove admin - reply to message or type user ID',
'addwhitelist': '(admin) Add new whitelist - reply to message or type user ID',
'rmwhitelist': '(admin) Remove whitelist - reply to message or type user ID'
'addwhitelist': '(admin) Add to whitelist - reply to message or type user ID',
'rmwhitelist': '(admin) Remove from whitelist - reply to message or type user ID',
'getwhitelist': '(admin) Get current whitelist and check if it is enabled'
}