Uniformised module docstrings

This commit is contained in:
0x5c 2019-10-04 11:39:12 -04:00
parent a66dcb64e2
commit c8c2e80099
No known key found for this signature in database
GPG Key ID: CCE14303E194D25E
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Qrm, a bot for Discord
qrm, a bot for Discord
---
[copyright here]

View File

@ -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 = ""

View File

@ -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