qrm2/info.py

19 lines
750 B
Python
Raw Normal View History

"""
Static info about the bot.
2019-10-04 18:05:57 -04:00
---
2023-01-29 00:43:56 -05:00
Copyright (C) 2019-2023 classabbyamp, 0x5c
2019-10-04 18:05:57 -04:00
SPDX-License-Identifier: LiLiQ-Rplus-1.1
"""
authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
description = """A bot with various useful ham radio-related functions, written in Python."""
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)."""
2023-01-13 03:48:45 -05:00
release = "2.9.0"
bot_server = "https://discord.gg/Ntbg3J4"