| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Remove hardcoded date from AOC info link embed | 2019-11-30 | -1/+1 | ||
| | | | | | | | | | | | | | If a date is not specified, the AOC site should redirect to the most recent year. | ||||
| | * | | | Fix AOC countdown logic | 2019-11-30 | -3/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | The current time delta until the next AOC event assumes that the next event is next year's. While this is was a safe assumption when written, since the command would not be available until the season is loaded on December 1st, it provides an incorrect answer if the season is loaded prior. The logic has been adjusted to return the closest December 1st that is not in the past. The feedback string has also been adjusted to give hours remaining if we're less than a day away from the event starting. | ||||
| * | | | | Add envelope reaction on successful AoC join DM dispatch (#324) | 2019-12-02 | -0/+3 | ||
| |\ \ \ \ | | | | | | | | | | | Add envelope reaction on successful AoC join DM dispatch | ||||
| | * | | | | Add envelope reaction if AoC join DM sends successfully | 2019-12-02 | -0/+2 | ||
| | | | | | | |||||
| | * | | | | Add envelope emoji constant | 2019-12-02 | -0/+1 | ||
| |/ / / / | |||||
| * | | | | Cancel season related tasks on cog unload (#320) | 2019-12-03 | -0/+5 | ||
| |\ \ \ \ | | | | | | | | | | | Cancel season related tasks on cog unload | ||||
| | * | | | | Delete whitespaces | 2019-12-02 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Cancel season related tasks on cog unload | 2019-12-02 | -0/+5 | ||
| |/ / / / | |||||
| * | | | | Adds the monsterbio command (#303) | 2019-12-01 | -50/+142 | ||
| |\ \ \ \ | | | | | | | | | | | Adds the monsterbio command | ||||
| | * \ \ \ | Merge branch 'master' into monster_bio | 2019-12-01 | -1/+1 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Reword the aoc join command brief description to make behaviour… (#319) | 2019-12-01 | -1/+1 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | Reword the aoc join command brief description to make behaviour more obvious. | ||||
| | * | | | | fix line length in command `.aoc join` | 2019-12-01 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Fix cmd annotation | 2019-12-01 | -1/+1 | ||
| |/ / / / | | | | | | | | | Fix the `brief` argument for `.aoc join` to make its behaviour more obvious. | ||||
| | * | | | Merge branch 'master' into monster_bio | 2019-11-30 | -148/+163 | ||
| | |\ \ \ | |/ / / |/| | | | Relock | ||||
| * | | | | Update icon path for 2019 festive season (#316) | 2019-11-30 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Update icon path for 2019 festive season | ||||
| | * | | | | Update icon path for 2019 festive season | 2019-11-29 | -1/+1 | ||
| |/ / / / | |||||
| * | | | | Adding the runner icon to the rotation. | 2019-11-28 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | https://github.com/python-discord/branding/pull/37 | ||||
| * | | | | Merge pull request #315 from python-discord/announcement-flag | 2019-11-28 | -4/+5 | ||
| |\ \ \ \ | | | | | | | | | | | Default seasons to not send announcements | ||||
| | * \ \ \ | Merge branch 'master' into announcement-flag | 2019-11-28 | -2/+3 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #313 from eivl/AoC/current-year-fix | 2019-11-28 | -2/+3 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Advent of Code year binds to datetime instead of a magic number | ||||
| | * | | | | | Add env var support for Advent of Code year specification | 2019-11-25 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | To assist with debugging | ||||
| | * | | | | | Update leaderboard ID | 2019-11-25 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | year binds to datetime instead of a magic number | 2019-11-18 | -1/+2 | ||
| | | | | | | | |||||
| | | * | | | | Default seasons to not send announcements | 2019-11-25 | -4/+5 | ||
| | |/ / / / |/| | | | | |||||
| | | * | | | Refactor random generator to use a local instance rather than system | 2019-11-30 | -11/+15 | ||
| | | | | | | |||||
| | | * | | | Readd cog init & rename *.py file | 2019-10-24 | -0/+3 | ||
| | | | | | | |||||
| | | * | | | Merge branch 'master' into monster_bio | 2019-10-19 | -1/+1 | ||
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'monster_bio' of https://github.com/quizzicaltrains/seasonalbot ↵ | 2019-10-19 | -28/+68 | ||
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into monster_bio | ||||
| | | | * \ \ \ | Merge branch 'master' into monster_bio | 2019-10-18 | -28/+68 | ||
| | | | |\ \ \ \ | |||||
| | | * | | | | | | Fixes the changes. | 2019-10-19 | -5/+8 | ||
| | | |/ / / / / | |||||
| | | * | | | | | Changed several things. | 2019-10-18 | -66/+59 | ||
| | | | | | | | | |||||
| | | * | | | | | Adds the monsterbio command! | 2019-10-12 | -0/+96 | ||
| | | | | | | | | |||||
| | | | | | * | | Readd user agent to request header | 2019-10-23 | -1/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Filter draft PRs in query url instead | 2019-10-23 | -11/+4 | ||
| | | | | | | | | |||||
| | | | | | * | | Ignore Draft PRs in .hackstats | 2019-10-13 | -2/+10 | ||
| | | | |_|/ / | | |/| | | | |||||
| | | | | | * | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-20 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | | | | | * | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-20 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | | | | | * | fixed lint errors | 2019-12-20 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fix | 2019-12-20 | -6/+18 | ||
| | | | | | |\ | |||||
| | | | | | | * | Trivia: fix spelling error in category embed footer | 2019-12-17 | -1/+1 | ||
| | | | | | | | | |||||
| | | | | | | * | Trivia: fix concatenation of winner mentions | 2019-12-17 | -3/+1 | ||
| | | | | | | | | |||||
| | | | | | | * | Trivia: space out some of lines of code | 2019-12-17 | -3/+17 | ||
| | | | | | | | | |||||
| | | | | | * | | In this commit: | 2019-12-20 | -12/+13 | ||
| | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - I cleaned up some residue code - The quiz now selects a random category if None provided - Updated doc strings - Displaying the category when the quiz is starting | ||||
| | | | | | * | fixed a indent error | 2019-12-16 | -7/+6 | ||
| | | | | | | | |||||
| | | | | | * | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fix | 2019-12-16 | -1/+1 | ||
| | | | | | |\ | |||||
| | | | | | | * | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding space around special chars Co-Authored-By: Mark <[email protected]> | ||||
| | | | | | * | | Fixed indentation, the category_embed function is no longer a property. | 2019-12-16 | -28/+22 | ||
| | | | | | |/ | |||||
| | | | | | * | added a new command to stop the quiz and removed the cooldown on the quiz ↵ | 2019-11-29 | -6/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | command | ||||
| | | | | | * | Merge branch 'master' into quiz_fix | 2019-11-28 | -134/+722 | ||
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Add the new blinky server guild icon (#314) | 2019-11-25 | -0/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the new blinky server guild icon Co-authored-by: Deniz <[email protected]> | ||||