Added imginfo and hidden hash command

This commit is contained in:
BarsTiger
2023-02-20 23:30:36 +02:00
parent 2160891b7f
commit 921bbc1809
8 changed files with 98 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
help_data = {
'setendpoint': '(admin) Set StableDiffusion API endpoint'
'setendpoint': '(admin) Set StableDiffusion API endpoint',
'imginfo': 'Get information about image, that was generated using this bot'
}