mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-07 03:58:39 -04:00
Uniformised module docstrings
This commit is contained in:
parent
a66dcb64e2
commit
c8c2e80099
2
main.py
2
main.py
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Qrm, a bot for Discord
|
||||
qrm, a bot for Discord
|
||||
---
|
||||
|
||||
[copyright here]
|
||||
|
@ -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 = ""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user