index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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
path:
root
/
tests
/
test_api.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2019-10-03
Add a generic method to manage loading/unloading extensions
MarkKoz
-0
/
+31
2019-10-03
Replace with_role decorator with a cog_check
MarkKoz
-6
/
+6
2019-10-03
Simplify extension discovery using pkgutil
MarkKoz
-15
/
+5
2019-10-03
Add enum for extension actions
MarkKoz
-0
/
+9
2019-10-03
Rename the "cogs" extension & cog to "extensions"
MarkKoz
-14
/
+14
2019-10-03
Improve readability
Ben Diller
-0
/
+1
2019-10-03
Move asyncio.sleep() to avoid disturbing function signatures.
bendiller
-16
/
+13
2019-10-02
Add sleep(3) between retries, with bot indicating typing during sleep
bendiller
-4
/
+9
2019-10-02
Add logging for invalid response (after all retries are exhausted)
bendiller
-1
/
+3
2019-10-03
Fix mutes not being re-applied on rejoins.
scragly
-5
/
+42
2019-10-02
Fix `cog_unload` bug in WatchChannel ABC
Sebastiaan Zeeff
-1
/
+1
2019-10-01
Fix missing type annotations and docstring errors.
Leon Sandøy
-7
/
+3
2019-10-01
Create !tools alias and split !site resources.
Leon Sandøy
-7
/
+28
2019-10-01
Add checks for valid response and retries to fetch_posts()
bendiller
-9
/
+13
2019-10-01
Update docs cog docstring & fix URL converter attribute error
S. Co1
-4
/
+4
2019-10-01
Update bot/cogs/doc.py
Ayplo
-1
/
+1
2019-10-01
Remove single-item list
S. Co1
-2
/
+1
2019-10-01
Make `!tags edit` use PATCH to update tags
Sebastiaan Zeeff
-2
/
+31
2019-09-30
Update contrib doc for new wiki links
sco1
-3
/
+4
2019-09-30
Forward arguments to get
Tom Sputz
-1
/
+1
2019-09-30
Remove temp instructions, add link to contrib guide on website.
scragly
-27
/
+1
2019-09-30
Make `bot` wait for `web`, use `latest` web image.
scragly
-2
/
+3
2019-09-29
Do up some basic setup instructions for new setup.
scragly
-0
/
+28
2019-09-28
Update site to use new manage.py, add bot dev compose.
scragly
-7
/
+20
2019-09-28
Use pathlib, avoid inner `bot` directory for logs.
scragly
-7
/
+6
2019-09-27
Apply suggestions from code review
S. Co1
-2
/
+2
2019-09-28
Lovely lemon let loose and forgot linting.
scragly
-1
/
+1
2019-09-27
Allow Rockstars and Partners to use !eval.
Leon Sandøy
-7
/
+10
2019-09-27
Ensure docker containers are published only for master branch builds.
scragly
-1
/
+1
2019-09-26
Remove invalid colorama markers
S. Co1
-2
/
+0
2019-09-26
Update flake8-annotations & fix missing lints
S. Co1
-10
/
+47
2019-09-26
Use Command.cog_name attr instead of missing instance attr
S. Co1
-2
/
+2
2019-09-26
Fix incorrect kwargs in watchchannel modlog send
S. Co1
-2
/
+2
2019-09-26
Parse timestamps with dateutil for watch channels
MarkKoz
-5
/
+2
2019-09-26
Use format_infaction datetime util in talentpool
Sebastiaan Zeeff
-11
/
+5
2019-09-26
Add utility function to consistently format infraction timestamps
MarkKoz
-33
/
+18
2019-09-26
Show when field is unchanged in infraction edit confirmation message
MarkKoz
-0
/
+4
2019-09-25
Display "Permanent" in mod log for edited infractions
MarkKoz
-2
/
+2
2019-09-25
Merge infraction edit commands
MarkKoz
-108
/
+62
2019-09-25
Fix AttributeError with cog special methods
MarkKoz
-4
/
+4
2019-09-25
Swapped Lambda for itemgetter
Daniel Brown
-1
/
+2
2019-09-25
Free Command Fix
Daniel Brown
-2
/
+2
2019-09-25
Free Command Fix
Daniel Brown
-4
/
+4
2019-09-25
Remove infraction reason from infraction confirmation
S. Co1
-53
/
+10
2019-09-25
Unhide the tags command
S. Co1
-1
/
+1
2019-09-25
Decouple warnings and notes
S. Co1
-1
/
+1
2019-09-25
Remove permanent mutes
S. Co1
-89
/
+2
2019-09-24
Note Type Correction
Daniel Brown
-1
/
+1
2019-09-25
Add all the shields
scragly
-3
/
+7
2019-09-24
Remove repeat logic for off-topic-name api call
Sebastiaan Zeeff
-6
/
+1
[next]