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_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-04-15
Use set instead of update in duty off
mbaruh
-1
/
+1
2021-04-15
Add off-duty expiration date to audit log
mbaruh
-2
/
+2
2021-04-15
Fix setup docstring to specify correct cog
mbaruh
-1
/
+1
2021-04-15
Remove extra newline
Boris Muratov
-1
/
+0
2021-04-14
Add Duty cog and new Moderators role
mbaruh
-4
/
+143
2021-04-12
Remove reactions from everyone when paginating and waiting for trashcan react...
ToxicKidz
-44
/
+68
2021-04-12
Use == instead of str.startswith
ToxicKidz
-2
/
+3
2021-04-11
Sort the available help channels in #how-to-get-help by position
ToxicKidz
-1
/
+3
2021-04-11
Filtering: use a more thorough regex for zalgo & invisible chars
MarkKoz
-35
/
+91
2021-04-11
Recruitment: Don't use emoji literals
Matteo Bertucci
-9
/
+9
2021-04-09
Filtering: remove invisible characters before checking filters
MarkKoz
-0
/
+22
2021-04-08
Added how_to_get_help channel constant.
Xithrius
-0
/
+2
2021-04-08
Close voice channels with defcon shutdown
onerandomusername
-2
/
+2
2021-04-08
update comment
Numerlor
-1
/
+1
2021-04-08
Use 'Similar names' instead of 'moved' in footer
Numerlor
-1
/
+1
2021-04-07
Use the UK version of the YouTube TOS
Ben Soyka
-3
/
+3
2021-04-07
Update YouTube terms in the ytdl tag
Ben Soyka
-4
/
+4
2021-04-06
Reduce default duration of stream permission from 30m to 5m
Chris
-1
/
+1
2021-04-06
Add a comment to _reload_tasks_from_redis() in the Stream cog.
Chris
-0
/
+2
2021-04-06
Talentpool: loop style change
Matteo Bertucci
-1
/
+1
2021-04-06
Properly handle the lack of nomination of a user
Matteo Bertucci
-2
/
+2
2021-04-06
Use emoji names in nomination body
Matteo Bertucci
-1
/
+1
2021-04-06
Add a !tp get_review command to get the nomination text without posting it
Matteo Bertucci
-13
/
+37
2021-04-05
Convert back to datetime as Embed.timestamp doesn't support Arrow
Chris
-1
/
+2
2021-04-05
Output stream command confimation in embed for automatic tz conversion
Chris
-4
/
+14
2021-04-05
Minor test changes for the !user embed
Ben Soyka
-10
/
+6
2021-04-05
Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action
ks129
-1
/
+1
2021-04-05
chore: don't create an instance of intents before calling its classmethod
vcokltfre
-1
/
+1
2021-04-04
Update information tests for new embed color logic
Ben Soyka
-6
/
+8
2021-04-04
Use Member.colour rather than a list comprehension for !user
Ben Soyka
-3
/
+1
2021-04-04
Ignore colourless roles in !user embed
Ben Soyka
-1
/
+3
2021-04-04
Blacklist staff_info for duckpond
Boris Muratov
-0
/
+2
2021-04-03
Remove redundant conversion to Arrow datetime in Stream cog
Chris
-1
/
+1
2021-04-01
Mention user when upgrading streaming permissions to permanent
Chris
-1
/
+1
2021-04-01
Ensure duration is always tz-aware
Chris
-2
/
+7
2021-04-01
Reword logging and docstrings to different mood
ChrisJL
-2
/
+2
2021-04-01
Use tz aware timestamps and refactor for readibility - Stream cog
Chris
-5
/
+3
2021-04-01
Update schedule_at() to work with tz aware date times
Chris
-2
/
+6
2021-04-01
Add missing 'attempts'
Numerlor
-1
/
+3
2021-04-01
Remove redundant traceback log in log.exception
Chris
-2
/
+2
2021-04-01
Only convert to naive when sending to scheduler, general refactor&comments
Chris
-11
/
+20
2021-04-01
Convert to arrow for datetime management
Chris
-4
/
+6
2021-04-01
Remove unnecessary wrapper variable
Chris
-2
/
+3
2021-04-01
Change references to user's in Stream cog to members
Chris
-40
/
+42
2021-04-01
Fix spelling errors in logging statements - Stream cog
ChrisJL
-2
/
+2
2021-04-01
Rename function in stream cog for consistancy
Chris
-4
/
+4
2021-04-01
Describe redis cache var better in stream cog
Chris
-1
/
+1
2021-04-01
Update policy documents
Matteo Bertucci
-122
/
+8
2021-04-01
Sprinkle some logging into the Stream cog
Chris
-4
/
+15
2021-04-01
Stream cog docstring updates
Chris
-3
/
+4
[next]