mirror of
https://github.com/miaowware/qrm2.git
synced 2025-07-19 08:15:18 -04:00
No but seriously, the bot works, yay! - Even got a nice makefile to automagically setup everything. *majiks!*
13 lines
310 B
Python
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"
|