index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
PEP Improvisations: Implemented stats to PEP command
ks129
2020-05-14
-7
/
+11
*
PEP Improvisations: Made PEP URLs refreshing task PEP number resolving easier
ks129
2020-05-13
-2
/
+4
*
PEP Improvisations: Added logging to PEP URLs fetching task
ks129
2020-05-13
-0
/
+3
*
PEP Improvisations: Replaced `wait_until_guild_available` with `wait_until_re...
ks129
2020-05-13
-1
/
+1
*
PEP Improvisations: Added `staticmethod` decorator to `get_pep_zero_embed`
ks129
2020-05-13
-1
/
+2
*
PEP Improvisations: Moved PEP functions to one region
ks129
2020-05-13
-27
/
+29
*
Replaced 24 hours with 3 hours in `refresh_peps_urls`
ks129
2020-04-25
-2
/
+2
*
Refactor `pep` command, implement caching
ks129
2020-04-25
-55
/
+46
*
Created new task in `Utils` cog: `refresh_peps_urls`
ks129
2020-04-25
-1
/
+20
*
Moved `async_cache` decorator from `Doc` cog file to `utils/cache.py`
ks129
2020-04-25
-30
/
+34
*
Merge branch 'master' into pep-improvisations
ks129
2020-04-21
-6
/
+44
|
\
|
*
Merge pull request #900 from python-discord/fix-category-cache-issue
Sebastiaan Zeeff
2020-04-21
-3
/
+2
|
|
\
|
|
*
Fix category cache issue
Joseph Banks
2020-04-21
-3
/
+2
|
|
/
|
*
Merge pull request #896 from python-discord/answered-session-stats
Mark
2020-04-20
-3
/
+42
|
|
\
|
|
*
HelpChannels: add logging to answered check
MarkKoz
2020-04-20
-3
/
+4
|
|
*
Extra documentation + split out to separate function
Joseph Banks
2020-04-20
-8
/
+26
|
|
*
Add different emoji for different channel statuses (in use answered/unanswered)
Joseph Banks
2020-04-20
-2
/
+7
|
|
*
Incorrect comparison, we need to check if we are in help_in_use, not out of it
Joseph Banks
2020-04-20
-1
/
+1
|
|
*
Add statistics on whether a help session was closed with no input from anyone...
Joseph Banks
2020-04-20
-0
/
+15
|
|
/
*
/
Improve `!pep` command
ks129
2020-04-21
-6
/
+3
|
/
*
Merge pull request #875 from python-discord/bug/info/869/tag-encoding
Mark
2020-04-19
-1
/
+1
|
\
|
*
Merge branch 'master' into bug/info/869/tag-encoding
Mark
2020-04-19
-52
/
+354
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #877 from python-discord/bug/frontend/870/help-channel-dm-...
Shirayuki Nekomata
2020-04-18
-2
/
+8
|
\
\
|
*
\
Merge branch 'master' into bug/frontend/870/help-channel-dm-category
Shirayuki Nekomata
2020-04-18
-50
/
+346
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #874 from ks129/syncer-timeout-fix
kwzrd
2020-04-17
-2
/
+4
|
\
\
\
|
*
\
\
Merge branch 'master' into syncer-timeout-fix
kwzrd
2020-04-17
-181
/
+1253
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Remove `.md` from anti-malware whitelist
Sebastiaan Zeeff
2020-04-16
-1
/
+0
*
|
|
|
Merge pull request #881 from python-discord/help-channels-keep-dormant-invoca...
Shirayuki Nekomata
2020-04-14
-4
/
+0
|
\
\
\
\
|
*
|
|
|
Revert deletion of !dormant invocation messages
Sebastiaan Zeeff
2020-04-14
-4
/
+0
|
/
/
/
/
*
|
|
|
[stat] Tag statistic was using the user input as the series name, not the res...
Joseph Banks
2020-04-13
-1
/
+1
*
|
|
|
[stat] Create a statistic for whether dormant was called by the claimant or s...
Joseph Banks
2020-04-12
-1
/
+7
*
|
|
|
Merge branch 'Numerlor-help-dormant-feedback' into `master`
Sebastiaan Zeeff
2020-04-12
-10
/
+53
|
\
\
\
\
|
*
|
|
|
Merge branch 'help-dormant-feedback' of https://github.com/Numerlor/bot into ...
Sebastiaan Zeeff
2020-04-12
-10
/
+53
|
/
|
|
|
|
|
*
|
|
|
Fix `help_channel_claimants` typehint.
Numerlor
2020-04-10
-1
/
+3
|
*
|
|
|
Use synchronized permission reset.
Numerlor
2020-04-10
-1
/
+1
|
*
|
|
|
Specify encoding to logging file handler.
Numerlor
2020-04-09
-1
/
+1
|
*
|
|
|
Delete channel from claimant cache.
Numerlor
2020-04-09
-0
/
+3
|
*
|
|
|
Reverse order of moving to dormant and task cancellation.
Numerlor
2020-04-09
-1
/
+1
|
*
|
|
|
HelpChannels: check author of dormant message
MarkKoz
2020-04-09
-3
/
+2
|
*
|
|
|
Suppress errors when resetting permissions.
Numerlor
2020-04-09
-1
/
+2
|
*
|
|
|
Move permissions reset up.
Numerlor
2020-04-09
-1
/
+2
|
*
|
|
|
Move message deletion up.
Numerlor
2020-04-09
-3
/
+4
|
*
|
|
|
Reword comment.
Numerlor
2020-04-09
-1
/
+1
|
*
|
|
|
Add spacing.
Numerlor
2020-04-09
-0
/
+1
|
*
|
|
|
Reword strings to reflect name changes.
Numerlor
2020-04-09
-6
/
+6
|
*
|
|
|
Change names to more descriptive ones.
Numerlor
2020-04-09
-6
/
+6
|
*
|
|
|
Delete overwrite instead of send_messages permission.
Numerlor
2020-04-09
-1
/
+1
|
*
|
|
|
Reverse help_channel_user pairs.
Numerlor
2020-04-09
-6
/
+4
|
*
|
|
|
Cancel permission restoration task.
Numerlor
2020-04-09
-0
/
+2
|
*
|
|
|
Handle dormant invokation not being found.
Numerlor
2020-04-09
-1
/
+4
[next]