mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-10 18:33:34 -05:00
26 lines
643 B
Python
26 lines
643 B
Python
"""
|
|
Static info about the bot.
|
|
---
|
|
Copyright (C) 2019 Abigail Gold, 0x5c
|
|
|
|
This file is part of discord-qrmbot and is released under the terms of the GNU
|
|
General Public License, version 2.
|
|
---
|
|
|
|
`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"
|