qrm2/info.py

13 lines
310 B
Python
Raw Normal View History

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