|  | Commit message (Collapse) | Author | Age | Lines | 
|---|
| | |  | 
| | 
| 
| 
| | - 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. | 
| |\ |  | 
| | | 
| | 
| | 
| | | smaller. Added warning loggings. Better Some Numbers section formatting. | 
| |/ |  | 
| |\ |  | 
| | | 
| | 
| | 
| | 
| | 
| | 
| | | I have made the `#advent-of-code` channel id configurable using the
same environment variable technique used for other settings. This
makes it easier to test features that rely on this channel in a test
environment. | 
| |/ |  | 
| | |  | 
| |\  
| | 
| | | Relock | 
| | | 
| | 
| | | To assist with debugging | 
| | | |  |