mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
20 lines
778 B
Python
20 lines
778 B
Python
"""
|
|
Static info about the bot.
|
|
---
|
|
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
|
|
|
This file is part of qrm2 and is released under the terms of
|
|
the GNU General Public License, version 2.
|
|
"""
|
|
|
|
|
|
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](https://github.com/miaowware/qrm2). Contributions are welcome!
|
|
|
|
All issues and requests related to resources (including maps, band charts, data) should be added \
|
|
in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
|
|
release = "2.7.2"
|
|
bot_server = "https://discord.gg/Ntbg3J4"
|