qrm2/info.py
0x5c a1da6a32e0
*And thus, a new bot was born.*
No but seriously, the bot works, yay!
- Even got a nice makefile to automagically setup everything. *majiks!*
2019-10-03 22:17:36 -04:00

13 lines
310 B
Python

"""
Static info about the bot.
---
`authors`: The authors of the bot.
`description`: A description of the bot.
`release_timestamp`: When the bot was last released.
"""
authors = ("@ClassAbbyAmplifier#2229", "@eyyyyyy#0006")
description = """A description goes here."""
release_timestamp = "not yet :P"