aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into swfarnsworth/tag_messagesGravatar Sebastiaan Zeeff2021-02-08-21/+148
|\
| * Merge pull request #1406 from ↵Gravatar Hassan Abouelela2021-02-07-42/+0
| |\ | | | | | | | | | | | | python-discord/revert-1396-dynamic-available-help-channels Revert "Dynamic available help channels message"
| | * Revert "Dynamic available help channels message"Gravatar Hassan Abouelela2021-02-07-42/+0
| |/
| * Merge pull request #1396 from python-discord/dynamic-available-help-channelsGravatar Xithrius2021-02-07-0/+42
| |\ | | | | | | Dynamic available help channels message
| | * Merge branch 'master' into dynamic-available-help-channelsGravatar Xithrius2021-02-07-0/+46
| | |\ | | |/ | |/|
| * | Merge pull request #1400 from anand2312/patch-2Gravatar Kieran Siek2021-02-07-0/+21
| |\ \ | | | | | | | | Make `defaultdict` tag
| | * \ Merge branch 'master' into patch-2Gravatar Kieran Siek2021-02-07-0/+23
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1403 from python-discord/ks123/discord-py-local-file-tagGravatar ks1292021-02-07-0/+23
| |\ \ \
| | * | | Put filename between backticksGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Remove unnecessary period from local-file tagGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Add missing 'a' article in local-file tagGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Add back removed 'can' to local-file tagGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Fix grammar of local-file tagGravatar ks1292021-02-06-2/+2
| | | | |
| | * | | Add hyperlinks for local file tag discord.py referencesGravatar ks1292021-02-06-4/+4
| | | | |
| | * | | Mention instance in comment about MessageableGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Remove additional newline from end of tagGravatar ks1292021-02-06-1/+0
| | | | |
| | * | | discord.Messageable -> discord.abc.MessageableGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | discord.Channel -> discord.TextChannelGravatar ks1292021-02-06-1/+1
| | | | |
| | * | | Create local-file tag about sending local files to DiscordGravatar ks1292021-02-06-0/+24
| |/ / /
| | * | Correct examples, reword descriptionGravatar Anand Krishna2021-02-06-8/+9
| | | |
| | * | Fix trailing whitespacesGravatar Anand Krishna2021-02-06-1/+1
| | | |
| | * | Make `defaultdict` tagGravatar Anand Krishna2021-02-05-0/+20
| |/ /
| * | Merge pull request #1397 from python-discord/feat/1280/deleted-jumplinkGravatar Senjan212021-02-05-0/+2
| |\ \ | | | | | | | | Add jumplink to deleted messages
| | * | Add jumplink to deleted messagesGravatar Senjan212021-02-05-0/+2
| |/ /
| | * Formatted available constant, added missing dynamic message traceGravatar xithrius2021-02-06-1/+2
| | |
| | * Removed unnecessary task creation.Gravatar xithrius2021-02-06-6/+1
| | |
| | * Available channels are no longer stored as IDs.Gravatar xithrius2021-02-06-5/+5
| | |
| | * Reformatted string constant for available help channels.Gravatar xithrius2021-02-06-3/+1
| | |
| | * Modified the dynamic to be bold to catch eyes.Gravatar xithrius2021-02-05-1/+1
| | |
| | * Replaced fetching available category for old one.Gravatar xithrius2021-02-04-3/+2
| | |
| | * Removed unnecessary update method call.Gravatar xithrius2021-02-04-4/+3
| | |
| | * Alphabetized config-default.yml.Gravatar xithrius2021-02-04-1/+1
| | |
| | * 'None' is now shown if no channels are available.Gravatar xithrius2021-02-04-9/+10
| | |
| | * Fixed logic in case dynamic message doesn't exist.Gravatar xithrius2021-02-04-11/+9
| | |
| | * Fixed up linting errors.Gravatar xithrius2021-02-04-3/+4
| | |
| | * Added dynamic available help channels messageGravatar xithrius2021-02-04-0/+48
| | |
| | * Added how_to_get_help constant.Gravatar xithrius2021-02-04-0/+2
| |/
| * Merge pull request #1378 from PH-KDX/patch-1Gravatar Matteo Bertucci2021-02-03-0/+3
| |\ | | | | | | Create voice.md
| | * Merge branch 'master' into patch-1Gravatar Matteo Bertucci2021-02-03-349/+444
| | |\ | | |/ | |/|
| * | Merge pull request #1313 from HassanAbouelela/fix-voiceban-member-bugGravatar Senjan212021-02-03-14/+52
| |\ \ | | | | | | | | Adds Member Checks Before Changing Voice
| | * | Updates Apply Infraction DocstringGravatar Hassan Abouelela2021-01-21-0/+1
| | | |
| | * | Restructures Voice Ban ActionGravatar Hassan Abouelela2021-01-21-16/+32
| | | | | | | | | | | | | | | | | | | | Updates the voice ban action so the infraction pardoning is always run, and so all operations are handled in the _scheduler. Updates tests.
| | * | Merge branch 'master' into fix-voiceban-member-bugGravatar Hassan Abouelela2021-01-20-1421/+2007
| | |\ \
| | * | | Cleans Up TestsGravatar Hassan Abouelela2021-01-20-5/+5
| | | | |
| | * | | Adds Member Checks Before Changing VoiceGravatar Hassan Abouelela2020-11-30-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a check that checks if the user object is an instance of guild member, before performing guild operations. Adds tests. Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Merge pull request #1395 from python-discord/wookie184-floats-tagGravatar Xithrius2021-02-03-0/+20
| |\ \ \ \ | | | | | | | | | | | | Add tag on float imprecision
| | * | | | Mention math.isclose and add an exampleGravatar wookie1842021-02-03-4/+5
| | | | | |
| | * | | | Add tag on float imprecisionGravatar wookie1842021-02-02-0/+19
| |/ / / / | | | | | | | | | | Adds a tag on float imprecision
| * | | | Merge pull request #1390 from ChrisLovering/Handle-OverflowErrorsGravatar Xithrius2021-02-01-1/+1
| |\ \ \ \ | | | | | | | | | | | | Protect against overflows caused by large expirations
| | * \ \ \ Merge branch 'master' into Handle-OverflowErrorsGravatar Xithrius2021-02-01-2/+4
| | |\ \ \ \ | | |/ / / / | |/| | | |