# Your telegram API_ID should be here api_id = 12345 # Your telegram API_HASH should be put here api_hash = 'aaaaaaaaaaaaaaaaaaaa' # All guests will use this key default_horde_key = '0000000000' # Prompts will be sent to this channel (with buttons for banning) log_channel_id = 000000000000 # Generations will be sent to this channel main_channel_id = 000000000000 # This is the list of user ids of people who should be able to use the bot as an admin. admin_id = [00000000,]