qrm2/info.py

29 lines
856 B
Python
Raw Normal View History

"""
Static info about the bot.
2019-10-04 18:05:57 -04:00
---
Copyright (C) 2019-2020 Abigail Gold, 0x5c
2019-10-04 18:05:57 -04: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.
---
`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`: Current bot version.
`release_timestamp`: When the bot was last released.
"""
authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
description = """A bot with various useful ham radio-related functions, written in Python."""
license = "Released under the GNU General Public License v2"
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2"
2020-01-04 02:18:06 -05:00
release = '2.1.0'
bot_server = 'https://discord.gg/Ntbg3J4'