aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'main' into tp-get_review-commandGravatar Matteo Bertucci2021-04-11-8/+205
|\
| * Merge pull request #1511 from onerandomusername/defcon-voice-shutdownGravatar Matteo Bertucci2021-04-09-2/+2
| |\ | | | | | | Close voice channels with defcon shutdown
| | * Close voice channels with defcon shutdownGravatar onerandomusername2021-04-08-2/+2
| |/
| * Merge pull request #1509 from bsoyka/ytdl-termsGravatar Xithrius2021-04-08-4/+4
| |\ | | | | | | Update YouTube terms in the `ytdl` tag
| | * Use the UK version of the YouTube TOSGravatar Ben Soyka2021-04-07-3/+3
| | |
| | * Update YouTube terms in the ytdl tagGravatar Ben Soyka2021-04-07-4/+4
| |/
| * Merge pull request #1504 from python-discord/reduce-default-stream-durationGravatar Matteo Bertucci2021-04-06-1/+1
| |\ | | | | | | Reduce default duration of stream permission from 30m to 5m
| | * Reduce default duration of stream permission from 30m to 5mGravatar Chris2021-04-06-1/+1
| |/
| * Merge pull request #1493 from python-discord/stream-and-revokestream-commandsGravatar Matteo Bertucci2021-04-06-2/+199
| |\ | | | | | | Stream and revokestream commands
| | * Merge branch 'main' into stream-and-revokestream-commandsGravatar Matteo Bertucci2021-04-06-153/+61
| | |\ | | |/ | |/|
| | * Add a comment to _reload_tasks_from_redis() in the Stream cog.Gravatar Chris2021-04-06-0/+2
| | |
| | * Convert back to datetime as Embed.timestamp doesn't support ArrowGravatar Chris2021-04-05-1/+2
| | |
| | * Output stream command confimation in embed for automatic tz conversionGravatar Chris2021-04-05-4/+14
| | |
| | * Remove redundant conversion to Arrow datetime in Stream cogGravatar Chris2021-04-03-1/+1
| | |
| | * Merge branch 'stream-and-revokestream-commands' of ↵Gravatar Chris2021-04-01-2/+2
| | |\ | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands
| | | * Reword logging and docstrings to different moodGravatar ChrisJL2021-04-01-2/+2
| | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | * | Mention user when upgrading streaming permissions to permanentGravatar Chris2021-04-01-1/+1
| | | |
| | * | Ensure duration is always tz-awareGravatar Chris2021-04-01-2/+7
| | |/
| | * Use tz aware timestamps and refactor for readibility - Stream cogGravatar Chris2021-04-01-5/+3
| | |
| | * Update schedule_at() to work with tz aware date timesGravatar Chris2021-04-01-2/+6
| | |
| | * Remove redundant traceback log in log.exceptionGravatar Chris2021-04-01-2/+2
| | |
| | * Only convert to naive when sending to scheduler, general refactor&commentsGravatar Chris2021-04-01-11/+20
| | |
| | * Convert to arrow for datetime managementGravatar Chris2021-04-01-4/+6
| | |
| | * Remove unnecessary wrapper variableGravatar Chris2021-04-01-2/+3
| | |
| | * Change references to user's in Stream cog to membersGravatar Chris2021-04-01-40/+42
| | |
| | * Merge branch 'stream-and-revokestream-commands' of ↵Gravatar Chris2021-04-01-2/+2
| | |\ | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands
| | | * Fix spelling errors in logging statements - Stream cogGravatar ChrisJL2021-04-01-2/+2
| | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| | * | Rename function in stream cog for consistancyGravatar Chris2021-04-01-4/+4
| | | |
| | * | Describe redis cache var better in stream cogGravatar Chris2021-04-01-1/+1
| | |/
| | * Sprinkle some logging into the Stream cogGravatar Chris2021-04-01-4/+15
| | |
| | * Stream cog docstring updatesGravatar Chris2021-04-01-3/+4
| | |
| | * function sig formatting, function ordering and remove unnessisary functionGravatar Chris2021-04-01-28/+10
| | |
| | * Remove empty test for stream cogGravatar Chris2021-03-31-20/+0
| | |
| | * Atempt to get member from cache first, and handle errors from API member callGravatar Chris2021-03-31-1/+19
| | |
| | * Refactor code to match prevailing style, and reword some output in streaming cogGravatar Chris2021-03-31-8/+10
| | |
| | * Remove unnessisary functions in stream cogGravatar Chris2021-03-31-6/+2
| | |
| | * Simplify name of function param in stream cogGravatar Chris2021-03-31-3/+3
| | |
| | * Merge branch 'main' into stream-and-revokestream-commandsGravatar Chris2021-03-31-3531/+5360
| | |\
| | * | Fix cancelling tasks on cog unloadGravatar Harbys2021-02-10-2/+3
| | | |
| | * | Add permanent streaming commandGravatar Harbys2021-02-10-1/+24
| | | |
| | * | Add redis reschedulingGravatar Harbys2021-02-10-5/+32
| | | |
| | * | fix default durationGravatar Harbys2021-02-08-2/+6
| | | |
| | * | Merge remote-tracking branch 'origin/master'Gravatar Harbys2021-02-08-2/+2
| | |\ \
| | | * | change for style guidelines by @MarkKozGravatar Harbys2021-02-08-2/+2
| | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | * | | Merge remote-tracking branch 'origin/master'Gravatar Harbys2021-02-03-1/+1
| | |\| |
| | | * | add space for readablilityGravatar Harbys2021-02-03-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | * | | remove unused testsGravatar Harbys2021-02-03-6/+1
| | | | |
| | * | | remove constants that were used onceGravatar Harbys2021-02-03-6/+2
| | |/ /
| | * | remove unused constants by @MarkKozGravatar Harbys2021-02-03-2/+0
| | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | * | Add a newline for readability. by @MarkKozGravatar Harbys2021-02-03-0/+1
| | | | | | | | | | | | Co-authored-by: Mark <[email protected]>