Commit Graph

463 Commits

Author SHA1 Message Date
0x5c 29d0440d3d
Normalised string quote type
- "" instead of '', except for dictionary lookups in f-strings

Element of #142
New year lint removal
2020-01-30 06:15:42 -05:00
Abigail Gold 29e75c38e1
Merge pull request #178 from classabbyamp/help-checks
Verify checks in help commands
2020-01-28 22:49:53 -05:00
Abigail 6c32dcbead fix can_run logic, re-hide xd, remove unnecessary checks 2020-01-28 22:45:10 -05:00
0x5c 74327378b9
Merge pull request #183 from classabbyamp/5c-errhandling
Improved error handling in commands
2020-01-28 05:51:12 -05:00
Abigail Gold c1d3c63503
Merge branch 'master' into help-checks 2020-01-28 01:23:51 -05:00
Abigail 6768a1e01d Merge branch 'help-checks' of github.com:classabbyamp/discord-qrm2 into help-checks 2020-01-28 01:21:40 -05:00
Abigail ea508d2a59 remove unnecessary categories 2020-01-28 01:19:21 -05:00
Abigail Gold f56efd3410
Merge pull request #180 from classabbyamp/restart-shut-aliases
add aliases to restart and shutdown commands
2020-01-27 00:46:59 -05:00
0x5c 976b3e8bf3
Improved error handling in commands
- Changed all "status != 200" to raise a custom exception
- Raise appropriate exceptions in 'grid'
- Removed command-specific error handling in 'extctl' commands

Fixes #146
2020-01-27 00:37:52 -05:00
Abigail Gold 0b4204dc13
add aliases to restart and shutdown commands
Fixes #179
2020-01-24 20:15:28 -05:00
Abigail Gold 8686b0ef96
Merge branch 'master' into help-checks 2020-01-21 22:34:59 -05:00
Abigail Gold 9113638b67
Merge pull request #177 from classabbyamp/hamstudy-refactor
Hamstudy refactor
2020-01-21 22:26:49 -05:00
Abigail 831667ec10 helpcommand now verifies checks when displaying help
Additionally:
- added admin category
- removed hidden flag from commands
- added checks to all extctl commands

Fixes #109
2020-01-21 22:21:30 -05:00
Abigail b64c7ee39a damn you flake8 2020-01-21 20:31:13 -05:00
Abigail 528307f22f updated changelog for hamstudy refactor 2020-01-21 20:25:37 -05:00
Abigail 09c58f9ba2 removed hamstudyanswer command and replaced it with using reactions to
answer questions.

Fixes #169
2020-01-21 19:48:19 -05:00
Abigail Gold 61f0c9423e
WIP: help command checks 2020-01-20 20:52:22 -05:00
Abigail Gold b6f6d0408c
WIP: answer hamstudy by reaction 2020-01-20 20:50:55 -05:00
0x5c 94f9865103
Merge pull request #175 from classabbyamp/5c-sendlogic
Fixed bad file/embed sending logic in multiple commands
2020-01-20 17:53:56 -05:00
0x5c 08ca455895
Merge pull request #176 from classabbyamp/5c-fixnotfound
Mini-fix: extraneous warning reaction on messages starting with "??"
2020-01-20 17:53:39 -05:00
0x5c 925a05aafb
Mini-fix: extraneous warning emoji reaction on messages starting with "??"
- also taken care of: "?!"
2020-01-20 03:49:03 -05:00
0x5c 12886fad89
Fixed bad file/embed sending logic in multiple commands
-> image/*, weather/*
- Addressed #167 for those commands
- weather/greyline: moved gl_url to the class

Fixes #139
Touches #167
2020-01-20 03:17:50 -05:00
Abigail Gold ce107f5a82
Merge pull request #162 from classabbyamp/ae7q-refactor
refactor ae7q call, add other ae7q query types
2020-01-17 17:57:12 -05:00
0x5c 0aa5e6ebd6
Merge pull request #173 from bruceyang1998/patch-1
Fixed issue #172
2020-01-17 17:53:25 -05:00
Bruce Yang 671b0e9ee5
Fixed issue #172 2020-01-17 00:30:08 -05:00
Abigail Gold 776ff72581
add ability to use any pool for hamstudy command
Fixes #28
2020-01-13 14:06:26 -05:00
Abigail Gold 58c69f5aeb
add typing context to ae7q commands 2020-01-08 17:47:34 -05:00
Abigail Gold 2c3535d99e
update changelog for additional ae7q commands
Fixes #95
2020-01-08 17:18:53 -05:00
Abigail Gold 04cbc920ce
add ae7q licensee command
Progress on #95
2020-01-08 17:07:02 -05:00
Abigail Gold f5a9b0b780
Merge branch 'master' into ae7q-refactor 2020-01-08 16:33:07 -05:00
Abigail Gold eb5e038624
add ae7q frn command
ae7q applications is WIP, and is commented out. There is also an
applications table on the FRN page, which could be used in the future

Progress on #95
2020-01-08 16:20:52 -05:00
Abigail Gold 1a1b4c9329
Merge pull request #166 from classabbyamp/5c-extctl-alias
Added aliases for extctl and subcommands
2020-01-08 03:55:51 -05:00
0x5c 8db13755bc
Added aliases for extctl and subcommands
Fixes #164
2020-01-08 03:47:00 -05:00
0x5c ac740ee679
Merge pull request #165 from classabbyamp/5c-converter
echo: New converters for arguments
2020-01-08 02:27:01 -05:00
0x5c 0608a74e6c
echo: New converters for arguemnts
- Created a GlobalChannelConverter
- Accepts Union[GlobalChannelConverter, UserConverter]

Fixes #145
2020-01-08 02:19:35 -05:00
Abigail Gold eaa47fc724
add ae7q trustee command, add short aliases for ae7q subcommands, bugfixes in ae7q call
Progress on #95
Fixes #153
2020-01-07 15:49:48 -05:00
0x5c 60764cd733
Merge pull request #163 from classabbyamp/async-session
[FIX] aiohttp DeprecationWarning
2020-01-07 15:39:36 -05:00
0x5c 8bfaaf4af6
[FIX] aiohttp DeprecationWarning
- Passing a connector to Bot()
- Using that connector for sessions in extensions

Fixes #141
2020-01-07 05:36:09 -05:00
Abigail Gold 30455153ba
refactor ae7q call, add ae7q c alias
Process on #95
2020-01-07 04:28:51 -05:00
Abigail Gold d9bd3d354c
Merge pull request #161 from classabbyamp/copyright-update
update copyright for the new year
2020-01-07 03:45:41 -05:00
Abigail Gold 8f15feab94
update copyright for nuevo ans
Fixes #150
2020-01-06 23:27:48 -05:00
Abigail Gold 4e73fa3734
Merge pull request #159 from classabbyamp/qrz-trustee
add trustee field to qrz
2020-01-04 17:17:09 -05:00
Abigail Gold 5e33a6aca6
add trustee field to qrz
Fixes #154
2020-01-04 17:14:41 -05:00
Abigail Gold 07fd9255e0
Merge pull request #158 from classabbyamp/ae7q-bugfixes
Ae7q bugfixes
2020-01-04 16:59:48 -05:00
Abigail Gold 238cdf1c72
Merge branch 'master' into ae7q-bugfixes 2020-01-04 16:59:05 -05:00
Abigail Gold 25eae1fc0f
Merge pull request #157 from classabbyamp/clog-arg
changed changelog command to accept a version as argument
2020-01-04 16:57:29 -05:00
Abigail Gold f4f034abfe
Merge branch 'master' into clog-arg 2020-01-04 16:56:57 -05:00
Abigail Gold ae673f7026
Merge pull request #155 from classabbyamp/qrz-link
add --link flag to only link the qrz page (rather than embed)
2020-01-04 16:56:02 -05:00
Abigail Gold 8a9c8cbd43
update changelog for qrz --link 2020-01-04 16:38:52 -05:00
Abigail Gold b94a8d42dd
update docstring for changelog command 2020-01-04 16:37:37 -05:00