slash command descriptions configurable by config

This commit is contained in:
2021-11-05 23:01:27 +01:00
parent 3c9772b8f1
commit a1238b52ae
6 changed files with 44 additions and 39 deletions
+3 -2
View File
@@ -14,11 +14,12 @@ from contextlib import redirect_stdout
from discord.ext.commands.context import Context
from bot import ChristmasBot
from utils.classes import BaseCog
class OwnerCog(commands.Cog):
class OwnerCog(BaseCog):
def __init__(self, bot: ChristmasBot):
self.bot = bot
super().__init__(bot)
self._last_result = None
@staticmethod