mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-11 02:08:40 -04:00
Uniformised module docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user