mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-08 20:48:46 -04:00
30 lines
1.1 KiB
Python
30 lines
1.1 KiB
Python
# flake8: noqa
|
||
"""
|
||
Static info about the bot.
|
||
---
|
||
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||
|
||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||
"""
|
||
|
||
|
||
authors = ("@classabbyamp", "@0x5c.io")
|
||
description = """
|
||
A bot with various useful ham radio-related functions, written in Python.
|
||
|
||
qrm is a <:miaowware_irl:678275824436379678> MiaowWare project.
|
||
"""
|
||
license = "Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+), version 1.1"
|
||
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).
|
||
"""
|
||
issue_tracker = """
|
||
Submit an issue on the [issue tracker](https://github.com/miaowware/qrm2/issues)!
|
||
|
||
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/issues).
|
||
"""
|
||
release = "2.9.2"
|
||
bot_server = "https://discord.gg/Ntbg3J4"
|