Files
TeleDiffusionBot/bot/handlers/help_command/help_strings.py
2023-02-20 23:30:36 +02:00

5 lines
159 B
Python

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