mirror of
https://github.com/miaowware/qrm2.git
synced 2025-07-15 14:25:16 -04:00
14 lines
603 B
Python
14 lines
603 B
Python
|
##########################################################
|
||
|
# #
|
||
|
# ¡ 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 #
|
||
|
# #
|
||
|
##########################################################
|
||
|
"""Settings and options for the bot."""
|
||
|
|
||
|
prefix = "?"
|
||
|
owners_uids = ()
|