index
:
bot
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
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-05-17
Fix incomplete variable renaming
decorator-factory
-1
/
+1
2020-05-17
Rename `string` to `greeting`
decorator-factory
-10
/
+10
2020-05-17
Use `Command`-object for `send_help`
Sebastiaan Zeeff
-21
/
+21
2020-05-17
Add a note on user-defined classes
decorator-factory
-1
/
+1
2020-05-17
Change standalone programs to interactive sessions
decorator-factory
-8
/
+13
2020-05-17
Apply language improvements proposed from kwzrd
decorator-factory
-3
/
+3
2020-05-17
Use `send_help` to invoke command help
Sebastiaan Zeeff
-40
/
+32
2020-05-17
added "solved" as a alias for "closed"
vivax3794
-1
/
+1
2020-05-16
fix redirect_output decorator; remove ninja code
mathsman5133
-76
/
+66
2020-05-14
Remove @Admins ping from the #verification message
Leon Sandøy
-1
/
+1
2020-05-14
Remove everyone-ping from mentions alert
Sebastiaan Zeeff
-1
/
+0
2020-05-12
Expand guild whitelist
S. Co1
-1
/
+7
2020-05-11
Restructure `apply_ban()` logic
Daniel Brown
-12
/
+7
2020-05-10
Add remindme alias for the remind command
Suhail
-1
/
+1
2020-05-07
apply_ban() logic refined
Daniel Brown
-15
/
+15
2020-05-07
Addressing Review Changes
Daniel Brown
-25
/
+31
2020-05-07
Update Python News extension name in __main__.py
ks129
-1
/
+1
2020-05-06
Remove `PythonNews.channel` because this is unnecessary
ks129
-2
/
+0
2020-05-06
Renamed `news.py` to `python_news.py` and `News` to `PythonNews` to avoid con...
ks129
-2
/
+2
2020-05-06
Fix config Webhook IDs formatting
ks129
-6
/
+6
2020-05-04
Update antimalware to filter txt files in cases where messages were longer th...
Savant-Dev
-5
/
+5
2020-05-04
Perma Bans now Overwrite Temp Bans
Daniel Brown
-18
/
+55
2020-05-03
Fix `News` cog maillist news posting no threads check comment
ks129
-1
/
+3
2020-05-02
Remove mention command constants
MarkKoz
-10
/
+0
2020-05-02
Define encoding in `News` cog `await resp.text()` using
ks129
-1
/
+1
2020-05-01
Remove the mention command
MarkKoz
-46
/
+2
2020-05-01
Merge the two asynchronous tasks into one to prevent race conditions
Joseph Banks
-6
/
+8
2020-05-01
Added ignoring maillist when no recent threads (this month) in `News` cog
ks129
-0
/
+4
2020-05-01
Added on cog unload news posting tasks canceling on `News` cog
ks129
-0
/
+5
2020-05-01
Replace message ID storage to new specific ID storage in `News` cog
ks129
-38
/
+6
2020-05-01
Update extension filter to distinguish .txt in cases where messages are longe...
Savant-Dev
-1
/
+1
2020-05-01
Update extension filter to distinguish .txt in cases where messages are longe...
Savant-Dev
-0
/
+12
2020-04-30
Tests: change avatar_url_as assertion to use static_format
MarkKoz
-1
/
+1
2020-04-30
Display animated avatars in the user info command
MarkKoz
-1
/
+1
2020-04-30
Run a category check before logging that we are checking for an answered help...
Joseph Banks
-1
/
+2
2020-04-29
Log unhandled errors from event listeners
MarkKoz
-0
/
+12
2020-04-28
Simplified New publishing check + removed unnecessary Webhook check
ks129
-6
/
+2
2020-04-28
Log ID of member who claimed a help channel
Sebastiaan Zeeff
-0
/
+1
2020-04-28
Add option to ingore channels in help categories
Sebastiaan Zeeff
-3
/
+14
2020-04-28
Insert help channels at the bottom of the category
Sebastiaan Zeeff
-9
/
+48
2020-04-27
Minor terminology change on a log
Joseph Banks
-1
/
+1
2020-04-27
Make some fixes to ensure data is persisted and the bot does not hang
Joseph Banks
-3
/
+22
2020-04-27
Add Python News channel and webhook ID to config-default.yml
ks129
-2
/
+2
2020-04-27
Add DMChannel tests for in_whitelist decorator
Sebastiaan Zeeff
-31
/
+63
2020-04-27
Add mock for discord.DMChannels
Sebastiaan Zeeff
-0
/
+21
2020-04-27
Exclude never-run lines from coverage
Sebastiaan Zeeff
-2
/
+2
2020-04-27
Fixed `BeautifulSoup` parsing warning
ks129
-1
/
+1
2020-04-27
Improved `News` cog
ks129
-10
/
+22
2020-04-24
Fix awaiting non-coroutine when closing the statsd transport
MarkKoz
-1
/
+1
2020-04-23
Simplify `in_whitelisted_context` decorator API
Sebastiaan Zeeff
-92
/
+72
[next]