Commit Graph

44 Commits

Author SHA1 Message Date
Abigail G 79545403d8
add support for plugins 2021-03-17 22:05:34 -04:00
Abigail G 850aa36894
add failsafe to not show invite if bot is not public 2021-03-17 08:41:18 -04:00
Abigail G c6581841ab
add donation and invite links to ?info
fixes #357
2021-03-16 20:56:52 -04:00
Abigail G df8d258446
add ?invite command
fixes #356
2021-03-16 20:33:45 -04:00
Abigail G fa82610469
add donate command
fixes #355
2021-03-16 20:20:17 -04:00
0x5c 950840be60
Merge branch 'master' into helppfx 2021-03-13 18:30:23 -05:00
0x5c 78e34dff63
Added list of available prexifes to ?help
- Only shows when more then one is available.

Fixes #353
2021-03-13 18:16:58 -05:00
0x5c ab73001340
Made help command use the invocation prefix
Fixes #338
2021-03-13 17:48:18 -05:00
classabbyamp eb98e295d2
add git commit to info output (#342)
fixes #341
2021-01-25 17:25:26 -05:00
classabbyamp b091b22c17
add resources contrib info to ?info, ?issue, and readme (#343)
fixes #307
2021-01-25 17:24:13 -05:00
0x5c d8fe3cfa02
Yes, this is a PR to remove a newline
Yes, I have OCD

Yes, I made an issue just for that too
Fixes #299
2020-10-30 07:18:58 -04:00
classabbyamp 488ae6cc98
fix displaying multiple prefixes, add option to display ?help in status (#249)
* fix displaying multiple prefixes, add option to display ?help in status
Fixes #229

Co-authored-by: 0x5c <dev@0x5c.io>
2020-09-27 16:36:39 -04:00
Abigail Gold bc93462c29
convert all OrderedDicts to dictionaries (#214)
Fixes #184

Co-authored-by: 0x5c <dev@0x5c.io>
2020-03-30 18:54:33 -04:00
Abigail 4b122518f5 migrate classabbyamp/discord-qrm2 to miaowware/qrm2 2020-02-15 06:27:48 -05:00
0x5c af136c3d3e
Cleaned up description of commands
- Formatting and wording

Element of #142
New year lint removal
2020-02-15 04:59:25 -05:00
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
Abigail 6c32dcbead fix can_run logic, re-hide xd, remove unnecessary checks 2020-01-28 22:45:10 -05:00
Abigail Gold 8686b0ef96
Merge branch 'master' into help-checks 2020-01-21 22:34:59 -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 Gold 61f0c9423e
WIP: help command checks 2020-01-20 20:52:22 -05:00
Bruce Yang 671b0e9ee5
Fixed issue #172 2020-01-17 00:30:08 -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 8f15feab94
update copyright for nuevo ans
Fixes #150
2020-01-06 23:27:48 -05:00
Abigail Gold b94a8d42dd
update docstring for changelog command 2020-01-04 16:37:37 -05:00
Abigail Gold e7baca453c
changed changelog command to accept a version as argument
Fixed version numbering and typo in CHANGELOG

Fixes #116
2020-01-04 15:24:33 -05:00
Abigail Gold 09323e54bc
add command to link to the issue tracker 2020-01-04 01:49:37 -05:00
Abigail Gold f974bf1223
beep 2020-01-04 01:40:17 -05:00
Abigail Gold f32aa240ce
Merge pull request #138 from classabbyamp/continuations
correct some line continuations
2019-12-31 01:16:13 -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 3da67ad6a2 add official server to info command.
Fixes #134
2019-12-24 21:04:59 -05:00
Abigail d3fd36fb75 change `embed = embed.add_field()` to `embed.add_field()`. Fixes #106. 2019-12-23 09:53:49 -05:00
Abigail Gold e84ba201bd
Merge pull request #118 from classabbyamp/embed-factory
convert all embed creation to embed_factory
2019-12-18 10:35:15 -05:00
Abigail Gold 26765e86b6
Merge pull request #104 from classabbyamp/echo-cmd
add command to echo a message as the bot in a channel
2019-12-18 10:21:17 -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 7416596ac3 add yanked v1.0.0, update parser to handle yanked versions 2019-12-16 00:15:37 -05:00
Abigail afa2054323 reorder changelog, add links, fix changelog parser 2019-12-16 00:02:21 -05:00
Abigail d522389f9f change changelog command to only display the most recent version 2019-12-15 19:10:03 -05:00
Abigail ba1b7e947f add command to echo a message as the bot in a channel.
Command errors are not handled because that will be done in #22. Fixes #77
2019-12-10 00:47:40 -05:00
Abigail Gold 12dc87ae9b
changed all references of qrmbot to qrm2. Fixes #96 2019-12-08 15:40:17 -05:00
Abigail Gold 725172f341
Merge branch 'master' into cog-to-ext 2019-12-08 03:16:08 -05:00
Abigail Gold fe39822dd5
remove ext from filenames 2019-12-08 03:10:30 -05:00