qrm2/templates/template_options.py

18 lines
623 B
Python
Raw Normal View History

##########################################################
# #
# ¡ This is a template ! #
# #
# Make sure to edit it with your preferred settings! #
# And to place it in the root of the bot's folder, #
# without the 'template_' part of the name #
# #
##########################################################
2019-10-04 11:39:12 -04:00
"""
Settings and options for the bot.
---
"""
prefix = "?"
debug = False
owners_uids = ()