| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1434 from Numerlor/sendhelp | 2021-03-04 | -0/+2 | |
| |\ | ||||
| | * | Close coroutine to prevent `RuntimeWarning`s | 2021-02-25 | -0/+1 | |
| | * | Send command help for `BadUnionArgument`s | 2021-02-25 | -0/+1 | |
| * | | Merge pull request #1262 from python-discord/mbaruh/defcon | 2021-03-02 | -170/+247 | |
| |\ \ | ||||
| | * \ | Merge branch 'master' into mbaruh/defcon | 2021-03-02 | -274/+626 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1440 from bast0006/master | 2021-03-01 | -5/+5 | |
| |\ \ \ | ||||
| | * | | | Add !stban alias for !shadowtempban | 2021-03-01 | -1/+1 | |
| | * | | | Add !superstar and !unsuperstar aliases for !superstarify | 2021-03-01 | -2/+2 | |
| | * | | | Add alias !tban for !tempban | 2021-03-01 | -1/+1 | |
| | * | | | Add alias !u for !user | 2021-03-01 | -1/+1 | |
| |/ / / | ||||
| * | | | Merge pull request #1439 from python-discord/comparison-tag | 2021-02-28 | -0/+12 | |
| |\ \ \ | ||||
| | * | | | Create comparison.md | 2021-02-28 | -0/+12 | |
| |/ / / | ||||
| * | | | Merge pull request #1438 from python-discord/plural-events | 2021-02-27 | -1/+1 | |
| |\ \ \ | ||||
| | * | | | Make "event" plural in socketstats embed | 2021-02-26 | -1/+1 | |
| |/ / / | ||||
| * | | | !int socketstats improvements | 2021-02-26 | -1/+1 | |
| * | | | Merge pull request #1436 from python-discord/startup-errors | 2021-02-26 | -5/+59 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' into startup-errors | 2021-02-26 | -165/+151 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1437 from python-discord/dependabot/pip/aiohttp-3.7.4 | 2021-02-26 | -151/+133 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'master' into dependabot/pip/aiohttp-3.7.4 | 2021-02-26 | -0/+11 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1393 from sebkuip/json-tag | 2021-02-25 | -0/+11 | |
| |\ \ \ \ \ | ||||
| | * \ \ \ \ | Merge branch 'master' into json-tag | 2021-02-26 | -90/+300 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | Apply suggestions from code review | 2021-02-25 | -2/+2 | |
| | * | | | | | Hyperlink URL | 2021-02-09 | -1/+1 | |
| | * | | | | | A small typo | 2021-02-09 | -1/+1 | |
| | * | | | | | Tiny grammar edit | 2021-02-09 | -2/+2 | |
| | * | | | | | Simplified language | 2021-02-05 | -6/+3 | |
| | * | | | | | Merge branch 'master' into json-tag | 2021-02-05 | -15/+78 | |
| | |\ \ \ \ \ | ||||
| | * | | | | | | Fixed random newline at start | 2021-02-05 | -1/+0 | |
| | * | | | | | | Removed an excess line | 2021-02-05 | -1/+1 | |
| | * | | | | | | Rewrite to make it more compact and to the point | 2021-02-05 | -16/+8 | |
| | * | | | | | | replaced underscore with dash | 2021-02-05 | -0/+0 | |
| | * | | | | | | suggestion for: | 2021-02-01 | -2/+2 | |
| | * | | | | | | added some more clarification | 2021-02-01 | -1/+1 | |
| | * | | | | | | Changed some wording | 2021-02-01 | -4/+4 | |
| | * | | | | | | Removed extra whitespace line in last example | 2021-02-01 | -1/+0 | |
| | * | | | | | | Fixed EOF | 2021-01-31 | -1/+1 | |
| | * | | | | | | name fix, added suggestions from previous PR | 2021-01-31 | -27/+24 | |
| | * | | | | | | Re created file from last point | 2021-01-31 | -0/+27 | |
| | | | * | | | | Bump aiohttp from 3.7.3 to 3.7.4 | 2021-02-26 | -151/+133 | |
| | |_|/ / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #1428 from python-discord/wookie184-tag-updates | 2021-02-25 | -14/+7 | |
| |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ | Merge branch 'master' into wookie184-tag-updates | 2021-02-25 | -11/+73 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| | * | | | | | | Add pep 8 song to pep 8 tag | 2021-02-22 | -2/+4 | |
| | * | | | | | | Rewrite inline codeblock tag | 2021-02-22 | -12/+3 | |
| | | | | * | | | Removes Unused Variable | 2021-02-25 | -1/+1 | |
| | | | | * | | | Call Super __init__ in Startup Error | 2021-02-25 | -1/+1 | |
| | | | | * | | | Cleans Up Startup Error Handler Code Style | 2021-02-25 | -2/+4 | |
| | | | | * | | | Catches All Site Startup Issues | 2021-02-25 | -2/+2 | |
| | | | | * | | | Adds Site Readiness Checks | 2021-02-25 | -0/+25 | |
| | | | | * | | | Adds More Descriptive Startup Error Messages | 2021-02-25 | -5/+32 | |
| | |_|_|/ / / |/| | | | | | ||||
| * | | | | | | Merge pull request #1409 from HassanAbouelela/insensitive-otn-search | 2021-02-25 | -11/+32 | |
| |\ \ \ \ \ \ | ||||