2019-10-03 22:17:36 -04:00
|
|
|
"""
|
|
|
|
Static info about the bot.
|
2019-10-04 18:05:57 -04:00
|
|
|
---
|
2019-10-05 02:23:11 -04:00
|
|
|
Copyright (C) 2019 Abigail Gold, 0x5c
|
2019-10-04 18:05:57 -04:00
|
|
|
|
2019-12-08 15:35:58 -05:00
|
|
|
This file is part of discord-qrm2 and is released under the terms of the GNU
|
2019-10-05 02:23:11 -04:00
|
|
|
General Public License, version 2.
|
2019-10-03 22:17:36 -04:00
|
|
|
---
|
|
|
|
|
2019-10-04 08:53:05 -04:00
|
|
|
`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.
|
|
|
|
|
2019-12-06 01:19:42 -05:00
|
|
|
`release`: Current bot version.
|
|
|
|
|
2019-10-04 08:53:05 -04:00
|
|
|
`release_timestamp`: When the bot was last released.
|
2019-10-03 22:17:36 -04:00
|
|
|
"""
|
|
|
|
|
2019-12-06 01:19:42 -05:00
|
|
|
authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
|
2019-10-18 08:27:05 -04:00
|
|
|
description = """A bot with various useful ham radio-related functions, written in Python."""
|
|
|
|
license = "Released under the GNU General Public License v2"
|
2019-12-08 15:35:58 -05:00
|
|
|
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2"
|
2019-12-15 19:09:29 -05:00
|
|
|
release = '2.0.0'
|