diff --git a/main.py b/main.py index 778cd7c..5c0ad45 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Qrm, a bot for Discord +qrm, a bot for Discord --- [copyright here] diff --git a/templates/template_keys.py b/templates/template_keys.py index a0e6cfd..243611e 100644 --- a/templates/template_keys.py +++ b/templates/template_keys.py @@ -7,6 +7,9 @@ # without the 'template_' part of the name # # # ########################################################## -"""API keys and tokens for the bot.""" +""" +API keys and tokens for the bot. +--- +""" discord_token = "" diff --git a/templates/template_options.py b/templates/template_options.py index 7460105..29403a6 100644 --- a/templates/template_options.py +++ b/templates/template_options.py @@ -7,7 +7,10 @@ # without the 'template_' part of the name # # # ########################################################## -"""Settings and options for the bot.""" +""" +Settings and options for the bot. +--- +""" prefix = "?" debug = False