mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-26 17:58:40 -05:00
Mirrored Repo of https://github.com/miaowware/qrm2
ad2c559a0f
* subclasses HelpCommand to implement a custom help command. add cog names for display in the help command. Globalsettings is no longer a cog. HelpCommand uses the custom attribute category for grouping commands. * PEP8 fixes * improve variable names for help command clarity. Fixes #70 * improve help command formatting add aliases for weather commands add help text for ae7q call and qrz * move global_settings to common * rename import alias * fix loading/unloading of help command * fix info command * fix options import * changed canonical command names to be more descriptive * remove cog names and revert map/bandplan error listing * add link to hamstudy references |
||
---|---|---|
.github/workflows | ||
cogs | ||
resources | ||
templates/data | ||
.dockerignore | ||
.flake8 | ||
.gitignore | ||
CHANGELOG.md | ||
common.py | ||
COPYING | ||
docker-compose.yml | ||
Dockerfile | ||
info.py | ||
main.py | ||
Makefile | ||
README-DOCKER.md | ||
README.md | ||
requirements.txt | ||
run.sh |
Discord QRM Bot
A discord bot with ham radio functionalities.
An independent rewrite of qrmbot-discord.
Running
Docker
See README-DOCKER.md
Without Docker
Prep the environment. For more information on extra options, see the quick-bot-no-pain Makefile documentation.
$ make install
Run. For more information on options, see the quick-bot-no-pain run.sh documentation.
$ run.sh
Copyright
Copyright (C) 2019 Abigail Gold, 0x5c
This program is released under the terms of the GNU General Public License,
version 2. See COPYING
for full license text.