| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| | |
|
| |
|
| |
Simplified the DM , example in the original post
|
| |
|
|
|
| |
Removed error_embeds
No more selecting last message if * or None is specified
Redone how DM's Look like
|
| | |
|
| | |
|
| |
|
| |
Co-Authored-By: Matteo Bertucci <[email protected]>
|
| |
|
| |
Co-Authored-By: Matteo Bertucci <[email protected]>
|
| |
|
| |
Co-Authored-By: Matteo Bertucci <[email protected]>
|
| |
|
| |
Co-Authored-By: Matteo Bertucci <[email protected]>
|
| |
|
| |
RIP `embed.set_footer(text="Why everything so heavy ?")`
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixed the description of the command itself
Co-Authored-By: Matteo Bertucci <[email protected]>
|
| |
|
|
|
| |
-Finally got a string that `describe` the cog Bookmark I love you Ves Zappa <3 .
-Fixed no punctuation after `No hint provided` string.
-Made it so it follow colo(u)ring theme of the bot.
|
| |
|
|
|
| |
Fixed the coding not satisfying `K&R` code styling
Fixed most of the grammatical issues
Removed unnecessary `try except` code block , not gonna trigger anyways.
|
| | |
|
| |
|
| |
Pretty much the main file for the command `.bm` used to make bookmark in a heavy server for personal use later, along with hints to organize it easily.
|
| |\ |
|
| | |
| |
| |
| | |
* Fix typo in easter riddle type hint
* Fix incorrect `PIL.Image` type hint (vs. `PIL.Image.Image`)
|
| | |\
| | |
| | | |
Fix AOC countdown logic
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | |
| | | |
If a date is not specified, the AOC site should redirect to the most recent year.
|
| | | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \ |
|
| | | | | |
|
| | | |/
| | |
| | | |
Fix the `brief` argument for `.aoc join` to make its behaviour more obvious.
|
| | |\|
| | |
| | | |
Relock
|
| | | | |
|
| | | |
| | |
| | |
| | | |
https://github.com/python-discord/branding/pull/37
|
| | | |\ |
|
| | | | |\
| | | | |
| | | | | |
Advent of Code year binds to datetime instead of a magic number
|
| | | | | |
| | | | |
| | | | | |
To assist with debugging
|
| | | | | | |
|
| | | | | | |
|
| | | |/ / |
|
| | | |/ |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|
| | | | |
|
| | |\| |
|
| | | |\
| | | |
| | | | |
Hacktober issue finder fix - divide count by 100
|
| | | | |\
| | | | |
| | | | |
| | | | | |
hacktober-issue-finder
|
| | | | | | |
|