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
*
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
*
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
*
Type-hint `ignore_module`
v6.3.0
mbaruh
2022-04-22
-1
/
+1
*
Don't look for extensions in packages prefixed with an underscore
mbaruh
2022-04-21
-2
/
+7
*
Load each cog in it's own task
Chris Lovering
2022-04-21
-2
/
+8
*
Add unqualify to the utils namespace
Chris Lovering
2022-04-20
-0
/
+2
*
Allow passing an api_client kwarg to BotBase
Chris Lovering
2022-04-18
-5
/
+6
*
Reconnect to redis session on setup if it is closed
Chris Lovering
2022-04-18
-1
/
+6
*
Create a dummy AsyncstatsdClient before connecting to the real url
Chris Lovering
2022-04-08
-2
/
+7
*
Move the creation of BotBase._guild_available to within the setup hook
Chris Lovering
2022-04-08
-1
/
+3
*
Move the creation of BotBase's AsyncResolver to async setup
Chris Lovering
2022-04-02
-6
/
+9
*
Use imperative mood in docstrings
ChrisJL
2022-04-02
-1
/
+1
*
Remove BotBase.closing_tasks
Chris Lovering
2022-03-31
-7
/
+0
*
Add __all__ attrs to async_stats and site_api modules
Chris Lovering
2022-03-31
-0
/
+6
*
Remove inappropriate abstractmethod tags
Chris Lovering
2022-03-31
-3
/
+0
*
Mark async-rediscache as an optional extra dependency
Chris Lovering
2022-03-31
-3
/
+12
*
Provide a bot.all_extensions instance attribute
Chris Lovering
2022-03-24
-6
/
+13
*
Remove unneeded kwargs in BotBase
Chris Lovering
2022-03-24
-6
/
+0
*
Add BotBase that will act as a base for all our bots
Chris Lovering
2022-03-24
-8
/
+272
*
Add async_stats subclass of statsd
Chris Lovering
2022-03-24
-1
/
+56
*
Change all instance of disnake to discord
Chris Lovering
2022-03-15
-31
/
+31
*
fix: Set the logger class in botcore.utils.logging.py to the CustomLogger class
ToxicKidz
2022-03-05
-0
/
+6
*
Surface apply_monkey_patches directly in the util namespace
Chris Lovering
2022-03-03
-15
/
+21
*
feat: Port the Site API wrapper from the bot repo
ToxicKidz
2022-02-25
-1
/
+155
*
Migrate to using disnake over Discord.py 2.0a0
Chris Lovering
2022-02-24
-28
/
+28
*
Add disnake monkey patches
Chris Lovering
2022-02-24
-1
/
+85
*
Consistently use double backticks when referring to a variable name.
Chris Lovering
2022-02-24
-28
/
+49
[next]