Commit Graph

21 Commits

Author SHA1 Message Date
0x5c
fdfc8cce06
Copyright headers cleanup
Element of #142
New year lint removal
2020-01-31 06:50:50 -05:00
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
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
b64c7ee39a damn you flake8 2020-01-21 20:31:13 -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
b6f6d0408c
WIP: answer hamstudy by reaction 2020-01-20 20:50:55 -05:00
Abigail Gold
776ff72581
add ability to use any pool for hamstudy command
Fixes #28
2020-01-13 14:06:26 -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
8f15feab94
update copyright for nuevo ans
Fixes #150
2020-01-06 23:27:48 -05:00
Abigail
b0072f779e addressing the issue for once 2019-12-25 02:48:59 -05:00
Abigail
4368e0b603 correct some line continuations
Fixes #43
2019-12-25 01:42:04 -05:00
Abigail
f1993c85b2 combine all aiohttp operations into a single session
Fixes #49
2019-12-23 17:54:20 -05:00
Abigail Gold
e64c9ba2df
Merge pull request #125 from classabbyamp/embed-add-syntax
change embed = embed.add_field() to embed.add_field()
2019-12-23 10:41:37 -05:00
Abigail
ca224cc744 fix commands that do not use embeds
Fixes #50
2019-12-23 10:32:24 -05:00
Abigail
a93f6d7a03 >:-( PEP8 2019-12-23 09:57:05 -05:00
Abigail
d3fd36fb75 change embed = embed.add_field() to embed.add_field(). Fixes #106. 2019-12-23 09:53:49 -05:00
Abigail
51cd182c57 PEP8, my nemesis, we meet again! (removed unused imports) 2019-12-16 03:59:14 -05:00
Abigail
7a9d64465e convert all embed creation to embed_factory 2019-12-16 03:49:34 -05:00
Abigail Gold
12dc87ae9b
changed all references of qrmbot to qrm2. Fixes #96 2019-12-08 15:40:17 -05:00
Abigail Gold
fe39822dd5
remove ext from filenames 2019-12-08 03:10:30 -05:00