index
:
bot-core
add-message-utils
bootstrap-paginator
check-rerun-job-util
dependabot/pip/pydantic-2.10.3
dependabot/pip/ruff-0.8.2
dependabot/pip/sphinx-autodoc-typehints-2.5.0
dependabot/pip/taskipy-1.14.1
dependabot/pip/tomli-2.2.1
docs
dont-read-response-for-204-codes
fixup-commit-blocker
main
port-constants
redis_relay
A mirrored copy of the python-discord/bot-core repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
botcore
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
make function and message positional only to free up names for kwargs
Numerlor
2022-09-27
-0
/
+1
*
allow user specified function to manipulate cooldown args
Numerlor
2022-09-19
-3
/
+9
*
use more consistent styling
Numerlor
2022-09-19
-2
/
+4
*
type return with tuple
Numerlor
2022-09-19
-1
/
+1
*
use ctx.channel directly
Numerlor
2022-09-19
-2
/
+1
*
get rid of unnecessary check
Numerlor
2022-09-19
-4
/
+1
*
use a clearer name
Numerlor
2022-09-19
-3
/
+3
*
use paramspec from typing
Numerlor
2022-09-18
-8
/
+4
*
Merge remote-tracking branch 'upstream/main' into no-duplicate-deco
Numerlor
2022-09-18
-41
/
+196
|
\
|
*
Added comments for regex addition
ionite34
2022-08-16
-1
/
+1
|
*
Removed redundant capture group
ionite34
2022-08-16
-1
/
+1
|
*
Unified usage of flags kwarg
ionite34
2022-08-16
-2
/
+2
|
*
Removed a redundant regex character class
ionite34
2022-08-16
-1
/
+1
|
*
Added regex for leading https or www
ionite34
2022-08-16
-0
/
+1
|
*
Remove explicit cleanup of the redis session (#111)
ChrisJL
2022-07-27
-3
/
+0
|
*
Bump async-rediscache to v1.0.0-rc2
Chris Lovering
2022-07-27
-2
/
+2
|
*
Fix suppressed_exceptions type hint (#112)
Numerlor
2022-07-26
-2
/
+2
|
*
Mark aiodns As An Explicit Dependency
Hassan Abouelela
2022-07-23
-1
/
+1
|
*
Merge remote-tracking branch 'origin/bot-core-100' into bot-core-100
Izan
2022-07-23
-1
/
+100
|
|
\
|
|
*
Merge branch 'main' into bot-core-100
TizzySaurus
2022-07-23
-1
/
+100
|
|
|
\
|
|
|
*
Add an optional message attr to ViewWithUserAndRoleCheck
v7.4.0
ChrisJL
2022-07-21
-2
/
+14
|
|
|
*
Fix interactions.DeleteMessageButton not working due to using wrong delete me...
Chris Lovering
2022-07-16
-1
/
+1
|
|
|
*
Add a generic view and button
Chris Lovering
2022-07-16
-1
/
+88
|
*
|
|
Raise error when referenced message has no content
Izan
2022-07-23
-2
/
+6
|
*
|
|
Reformat docstring to use Google's style & raise error instead of returning None
Izan
2022-07-23
-4
/
+17
|
|
/
/
|
*
|
Add commands.py to __init__.py
Izan
2022-07-15
-1
/
+2
|
*
|
Add `clean_text_or_reply` util.
Izan
2022-07-14
-0
/
+21
|
|
/
|
*
Only close stats._transport if BotBase.stats was created
Chris Lovering
2022-07-09
-1
/
+1
|
*
Don't try to connect to statsd_url if it's None
Chris Lovering
2022-06-30
-2
/
+4
|
*
Switch `typing.Hashable` With `Collections.abc.Hashable`
Hassan Abouelela
2022-06-29
-9
/
+9
|
*
Replace Typing Generics
Hassan Abouelela
2022-06-26
-8
/
+10
|
*
Document Create Task Return Type
Hassan Abouelela
2022-06-26
-2
/
+5
|
*
Declare Static Method
Hassan Abouelela
2022-06-26
-1
/
+2
|
*
Fix Incorrect Typehints & Docstrings
Hassan Abouelela
2022-06-26
-2
/
+2
|
*
Fix Docstring For Role Change Wrapper Util
Hassan Abouelela
2022-06-26
-4
/
+4
|
*
Add Typehints To Typing Patcher
Hassan Abouelela
2022-06-26
-2
/
+3
|
*
Clean Up Startup Ping Function
Hassan Abouelela
2022-06-26
-2
/
+2
*
|
ensure tuples from pos arg and kwarg tuples are differentiated
Numerlor
2022-06-21
-1
/
+7
*
|
stop cleanup task when manager is destroyed
Numerlor
2022-06-21
-1
/
+7
*
|
generalize handling of fully hashable args, and args with non-hashable parts
Numerlor
2022-06-21
-34
/
+57
*
|
Fix typehint
Numerlor
2022-06-21
-3
/
+3
*
|
Add comment for skipped arguments
Numerlor
2022-06-21
-1
/
+1
*
|
reword docstrings
Numerlor
2022-06-21
-13
/
+10
*
|
Add decorator to block duplicate command invocations in a channel
Numerlor
2022-06-15
-1
/
+186
*
|
port command_wraps/update_wrapper_globals from bot
Numerlor
2022-06-15
-1
/
+118
|
/
*
Remove Discord `MissingSentinel`
Hassan Abouelela
2022-05-28
-2
/
+4
*
Fix Discord Invite Regex Docs
Hassan Abouelela
2022-05-10
-3
/
+4
*
Remove trailing whitespace from docstring
GDWR
2022-05-10
-3
/
+3
*
`DISCORD_INVITE` captures until a whitespace
GDWR
2022-05-10
-1
/
+5
*
Set BotBase.statsd correctly based on init kwargs
Chris Lovering
2022-04-25
-1
/
+4
[next]