Commit Graph

558 Commits

Author SHA1 Message Date
a0d491c71f fix machine crashes? 2021-01-05 19:15:24 -06:00
be0933c928 broke case insensitive prefixes... Oops 2021-01-05 18:57:12 -06:00
db9dd93ad4 docs update + add case_insensitive_prefix 2021-01-05 18:20:23 -06:00
b50b8e903f update docs 2020-12-30 22:19:26 -06:00
f4bec507c1 attempt at cog aliases 2020-12-30 18:52:15 -06:00
e9e81d1a55 [commands] fully remove command when CommandRegistrationError is raised for alias 2020-12-29 08:24:54 -05:00
faffc8eeb2 [commands] Correct concurrency never releasing during prepare call 2020-12-26 20:58:58 -05:00
f9dd200314 [commands] max_concurrency comes before cooldowns
Fix #6172
2020-12-17 22:21:45 -05:00
6515f33978 [tasks] Fix a typo in documentation 2020-12-14 22:18:40 -05:00
0216db0c0a [tasks] Add support for manually calling the wrapped coroutine 2020-12-14 22:11:37 -05:00
0995d07727 [commands] Added in missing channel links 2020-12-07 18:35:16 -05:00
0354036451 fix conflicts 2020-12-04 19:05:58 -06:00
6ea7fce828 [commands] Cog unload failures are swallowed.
Fix #6113
2020-12-03 19:17:28 -05:00
6b803acde4 [chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1.
2020-11-28 03:16:49 -05:00
d1cb30cccf Implement discord.Message.reply 2020-11-26 23:19:00 -05:00
4adbe03d7c [commands] Allow setting description of cogs 2020-11-26 01:57:24 -05:00
6e024871ec fix merge conflict 2020-11-24 17:19:31 -06:00
0456458ad1 [commands] Fetch user if an ID is passed and cache lookup fails. 2020-11-23 06:22:44 -05:00
431ee8794b Fix error with templates not having access to member cache flags.
This also changes the attribute from having an underscore

Fix #5986
2020-11-21 22:42:59 -05:00
c54d6f03c5 [commands] Update MessageConverter link regex
Remove redundant parts of the MessageConverter regexes and support www
2020-11-21 21:30:54 -05:00
690dcdaf2e update docs and add message replies 2020-11-18 17:49:58 -06:00
195bace135 admin alias 2020-11-18 16:41:38 -06:00
188b69c097 docs update 2020-10-28 21:04:30 -05:00
dea09cb5b3 conflict fix 2020-10-28 21:00:48 -05:00
c223d2e723 better prefix 2020-10-28 20:49:49 -05:00
12de975b69 better prefix 2020-10-28 19:49:13 -05:00
3521ae985a added versionadded 2020-10-21 17:44:46 -05:00
3daaadafdd [commands] Lazily fetch members in discord.Member converters
This makes commands taking members mostly work transparently without
much effort from the user.
2020-10-17 23:05:22 -04:00
a09e096d42 add menus 2020-10-08 16:06:18 -05:00
73ed64c527 add Bot.owners 2020-10-01 01:24:25 +02:00
447a6a694e add Bot.owner 2020-10-01 01:20:34 +02:00
0b93fa3a82 Implement VoiceProtocol lower level hooks.
This allows changing the connect flow and taking control of it without
relying on internal events or tricks.
2020-09-23 03:20:35 -04:00
93fa46713a Fix and add documentation 2020-09-23 03:19:35 -04:00
ccdf4c4ad6 [tasks] Lazily fetch event loop if one isn't provided
Fixes #5808
2020-09-10 00:00:58 -04:00
7acec502a6 [commands] Correct command removing during cog injecting 2020-09-09 19:48:00 -04:00
f8a7d3fc54 [commands] Fix exception raised in Command invoke hooks. 2020-09-09 19:47:05 -04:00
af88fc19b3 [commands] Update Bot.command() decorator docs 2020-09-07 22:29:02 -04:00
367c4b5fd2 [docs] remove unresolved doc refs, fix attribute ref 2020-09-07 22:25:11 -04:00
6349d37a97 [commands] add require_var_positional 2020-09-07 22:24:48 -04:00
0a7e2f7c2f [commands] BadBooleanArgument -> BadBoolArgument 2020-09-04 08:47:07 -04:00
6ebd2e13a1 [commands] Add subclasses of BadArgument for converters 2020-09-04 08:45:29 -04:00
ad04fbeee4 [commands] Added ColorConverter alias 2020-08-31 02:29:38 -04:00
6baacb2c23 [tasks] Don't update _next_iteration on retry 2020-08-28 23:12:07 -04:00
4203e7a5a8 [commands] Use edited timestamp if provided for cooldown timing 2020-08-25 23:15:26 -04:00
ad22fb295e [commands] implement HelpCommand.add/remove_check 2020-08-05 21:38:58 -04:00
3a9fd00a1a [commands] Provide a way to retrieve time left for a cooldown 2020-08-05 21:37:08 -04:00
09f432016c [commands] Restart subcommand_passed chain on invoke
Fix #5198
2020-08-05 08:36:45 -04:00
fc951873a1 [tasks] Remove HTTPException as an exception to silently continue for 2020-08-05 03:09:04 -04:00
b8154e365f Rewrite gateway to use aiohttp instead of websockets 2020-07-25 09:59:38 -04:00
1c3b0c02f8 Add revisions to check_once docs 2020-07-24 09:18:42 -05:00