Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2019-12-02 | Fix Christmas season loading bug | -0/+7 | ||
The `SeasonBase.is_between_dates()` method assumes that the season's start and end dates are in the same year, which works for every season except for Christmas, since its end date is New Year's Day. To fix this, the christmas.end() method has been overloaded to return the next year instead of the current year. This does not affect checks made on 1 January of the next year, as the season's start date will guard against this. | ||||
2019-12-02 | Add envelope reaction if AoC join DM sends successfully | -0/+2 | ||
2019-12-02 | Add envelope emoji constant | -0/+1 | ||
2019-12-02 | Delete whitespaces | -1/+1 | ||
2019-12-02 | Cancel season related tasks on cog unload | -0/+5 | ||
2019-12-01 | fix line length in command `.aoc join` | -1/+1 | ||
2019-12-01 | Fix cmd annotation | -1/+1 | ||
Fix the `brief` argument for `.aoc join` to make its behaviour more obvious. | ||||
2019-11-30 | Remove hardcoded date from AOC info link embed | -1/+1 | ||
If a date is not specified, the AOC site should redirect to the most recent year. | ||||
2019-11-30 | Fix AOC countdown logic | -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. | ||||
2019-11-30 | Refactor random generator to use a local instance rather than system | -11/+15 | ||
2019-11-29 | Update icon path for 2019 festive season | -1/+1 | ||
2019-11-28 | Adding the runner icon to the rotation. | -0/+1 | ||
https://github.com/python-discord/branding/pull/37 | ||||
2019-11-25 | Default seasons to not send announcements | -4/+5 | ||
2019-11-25 | Add env var support for Advent of Code year specification | -1/+1 | ||
To assist with debugging | ||||
2019-11-25 | Update leaderboard ID | -1/+1 | ||
2019-11-25 | Add the new blinky server guild icon | -0/+1 | ||
2019-11-19 | Relock to d.py 1.2.5 due to API breaking change for emoji. | -101/+117 | ||
2019-11-18 | year binds to datetime instead of a magic number | -1/+2 | ||
2019-11-02 | Change off-season logo size to 512 | -6/+6 | ||
2019-11-02 | Add two new icons to icon constant | -0/+2 | ||
2019-10-31 | Hotfix end date of Hacktober | -1/+1 | ||
The command is mostly used to calculate the time left in the DO's Hacktoberfest event we are participating in. However, the current end datetime was specified as a day before the actual end of the event. This hotfix remedies that for the end-calculation only. This code should get a proper fix to rework the entire logic to use the correct start and end datetimes for DO's event. | ||||
2019-10-24 | Readd cog init & rename *.py file | -0/+3 | ||
2019-10-19 | Fixes the changes. | -5/+8 | ||
2019-10-18 | Changed several things. | -66/+59 | ||
2019-10-14 | Syntax cleanup, remove unnecessary emoji dict | -28/+27 | ||
2019-10-14 | Made the icon_URL variable conform to PEP8 | -6/+6 | ||
2019-10-14 | Remove str() in f-string | -1/+1 | ||
Co-Authored-By: Kieran Siek <[email protected]> | ||||
2019-10-14 | Remove str() within f-string | -1/+1 | ||
Co-Authored-By: Kieran Siek <[email protected]> | ||||
2019-10-14 | Caps fix | -1/+1 | ||
2019-10-13 | Update bot/seasons/evergreen/issues.py | -1/+1 | ||
Co-Authored-By: Kieran Siek <[email protected]> | ||||
2019-10-12 | allow all AoC commands in whitelisted channels | -0/+8 | ||
2019-10-12 | Adds the monsterbio command! | -0/+96 | ||
2019-10-12 | Fixed forgetting to divide by 100. | -1/+1 | ||
2019-10-12 | had the wrong prefix in docstring xD | -1/+1 | ||
2019-10-12 | fixed " misplace meant. | -1/+1 | ||
2019-10-12 | Added Beginner to docstring. | -1/+6 | ||
2019-10-09 | Fixed emoji error in embed | -10/+13 | ||
2019-10-07 | Condensed imports | -2/+1 | ||
2019-10-07 | Constants match pep8 formatting | -10/+10 | ||
2019-10-07 | Trailing Commas Removed | -4/+4 | ||
2019-10-07 | Made use of constants for colours | -1/+2 | ||
2019-10-07 | Added GitHub emojis to constants file | -0/+6 | ||
2019-10-07 | Made use of constants file instead of hard coding | -5/+6 | ||
2019-10-07 | Added logging to "get_issues". | -2/+7 | ||
2019-10-06 | Updated location of emojis | -8/+7 | ||
2019-10-06 | Lint error | -1/+0 | ||
2019-10-06 | Updated the explination of API calls | -1/+8 | ||
2019-10-05 | bug fixes | -8/+13 | ||
2019-10-05 | added beginner | -14/+36 | ||
2019-10-04 | override global whitelist on all hacktober subcommands | -0/+2 | ||