Add whitelist to bot

This commit is contained in:
seel2304
2023-05-03 15:50:15 +00:00
parent c129c7bc60
commit 2dda780d3f
6 changed files with 86 additions and 2 deletions

View File

@@ -17,5 +17,7 @@ help_data = {
'setmodel': '(global) Sets StableDiffusion model for all users. Can be used only once an hour',
'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'
'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'
}