Adding and removing admins

This commit is contained in:
BarsTiger
2023-03-02 20:23:01 +02:00
parent 17f00689a5
commit 8e3e6929d8
3 changed files with 65 additions and 1 deletions

View File

@@ -11,5 +11,7 @@ help_data = {
'setsampler': 'Set StableDiffusion sampler',
'setscale': 'Set CFG Scale (prompt stringency)',
'setfaces': 'Set restore faces mode',
'setendpoint': '(admin) Set StableDiffusion API endpoint'
'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'
}