mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-08 12:38:48 -04:00
21 lines
486 B
Python
21 lines
486 B
Python
"""
|
|
Static info about the bot.
|
|
---
|
|
|
|
`authors`: The authors of the bot.
|
|
|
|
`description`: A description of the bot.
|
|
|
|
`license`: The license the bot is released under.
|
|
|
|
`contrubuting`: Info on how to contribute to the bot.
|
|
|
|
`release_timestamp`: When the bot was last released.
|
|
"""
|
|
|
|
authors = ("@ClassAbbyAmplifier#2229", "@0x5c")
|
|
description = """A description goes here."""
|
|
license = "A license goes here."
|
|
contributing = "Info on contributing goes here."
|
|
release_timestamp = "not yet :P"
|