| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
- Since URLs no longer exists, it's now removed from __all__
|
| | |
| | |
| | |
| | |
| | | |
- Previous version was pointing to Python, not SeasonalBot
Co-authored-by: Dennis Pham <[email protected]>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Avatar URL can be accessed through bot.user.avatar_url and won't need to be a constant
- Bot repo URL fits better under the Client named tuple
- URLs class removed, since it was no longer used
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Previous versions used the id from a local test server
- This version uses the PyDis core developer role
|
| | |
| | |
| | |
| | | |
- Required for extensions.py to work properly
|
| |/
|/|
| |
| |
| |
| | |
- Includes bot_avatar and github_bot_repo URLs
- Necessary for extensions.py cog to work
|
| | |
|
| |
| |
| |
| | |
- Resolves #440
|
| |
| |
| |
| | |
throughout constants.py
|
| | |
|
| |
| |
| |
| | |
Alphabetized the "Colours" NamedTuple in the constants file.
|
|/ |
|
| |
|
|\
| |
| |
| | |
Module was placed in the `seasons` pkg, which we renamed to `exts`.
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This way, we can standardize the way Months are shown to both the user
and the developer. Note that if passing a Month member to an f-string,
the `!s` format code must be specified to ensure our __str__ is used.
Co-authored-by: MarkKoz <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Capitalize month names
* Add backticks to `sha` attr reference
* Avoid misusing the term 'poll'
Co-authored-by: MarkKoz <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Co-authored-by: MarkKoz <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Constant is no longer used.
See: 9259f985e6e327a522b4420c879a50cb4f75a09d
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This channel no longer exists and creeps into error messages
as #deleted-channel.
Fixes: #335
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Order config classes and constants alphabetically (within groups).
Add missing classes to `__all__`, and style it as a vertical list.
This will make it easier to maintain, and allows it to serve
as a summary of the module's contents.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes a bug where the `autostart` boolean constant wasn't being loaded
properly and would always be set to True, as `bool("False") is True`.
The constant now defaults to False.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
During development it may be useful to not have the branding daemon
start automatically - this env var will make that possible.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we'll be adding more env vars to control the branding manager,
let's add a new config category. As a result, the cycle frequency
constant name can be made shorter.
|
| | | |
| | | |
| | | |
| | | | |
Unused and no longer relevant.
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This merges the newly added help cog.
Resolve slight conflict in the __main__ module caused by the the master
branch still assuming the presence of the legacy season manager cog.
|
| |\ \ \
| | | |/
| | |/| |
|
| | |/
| |/|
| | |
| | | |
reverted icon removal in `.help` command.
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Update the feature branch. This resolves a conflict in the season.py
module, which has been since been deprecated and removed.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Redirect any output to seasonalbot commands, where relevant
|
| | | |
| | | |
| | | | |
The log channels have become one
|
| | |/ |
|
| |/
| |
| |
| | |
to constants.py.
|
|/
|
|
|
|
| |
This is a safe way to specify which months a command can be used in.
The enum's values behave as ints when being passed to the datetime.date
initialiser.
|
|\ |
|