Commit Graph

16 Commits

Author SHA1 Message Date
Abigail Gold
ad2c559a0f
Custom Help Command (#55)
* 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
2019-12-06 01:19:42 -05:00
Abigail Gold
522f37586d
show bot's profile picture in info command 2019-11-11 21:13:43 -05:00
Abigail Gold
eaae8a7ece
ternary statements, ofc 2019-11-09 23:01:58 -05:00
Abigail Gold
4b6e8db257
PONG! 2019-11-09 02:17:48 -05:00
Abigail Gold
7cd231b043
load changelog at cog load 2019-11-06 00:44:39 -05:00
Abigail Gold
a7578d5b8c
PEP8 fixes 2019-10-30 15:31:17 -04:00
Abigail Gold
94109b7a94
changelog command finished 2019-10-30 15:26:29 -04:00
Abigail Gold
12a7f9bbac
first try at implementing a changelog command. This is unfinished but
functional.
2019-10-29 13:54:48 -04:00
Abigail Gold
769c93050b
linting with flake8 and pylint, code cleanup (#39)
* linting with flake8 and pylint

* add type hinting

* more linting

* and i oop

* revert caps

* update info

* remove unnecessary docstrings

* Update info.py
2019-10-18 08:27:05 -04:00
Abigail Gold
021a1312cb
add embed footers and timestamps to all current embeds (#34) 2019-10-09 01:25:33 -04:00
0x5c
fb80caa5f6 [FIX] main.py: re-implemented shutdown and restart (#19)
- This time we actually use exit codes, and rely on a wrapper
  to restart
- Addition of said wrapper script (run.sh) (from 0x5c/quick-bot-no-pain)
- Moved both commands to main.py

Fixes #4
2019-10-06 22:42:44 -04:00
Abigail Gold
b72add0d03
Fix copyright notices. 2019-10-05 02:23:11 -04:00
Abigail Gold
9f586242f7
whoops 2019-10-04 19:48:58 -04:00
Abigail Gold
067adb0252
Ping! Pong! The witch is dead 2019-10-04 19:45:59 -04:00
Abigail Gold
517a13b7c3
add shutdown command 2019-10-04 18:26:20 -04:00
Abigail Gold
2baff301de
renamed infocog to basecog 2019-10-04 18:16:47 -04:00