mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Normalize names of attributes with Config instances (#3765)
* Lets normalize how we name config attributes across the bot. Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * .... Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * nothing to see here Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ class MixinMeta(ABC):
|
||||
"""
|
||||
|
||||
def __init__(self, *_args):
|
||||
self.settings: Config
|
||||
self.config: Config
|
||||
self.bot: Red
|
||||
self.cache: dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user