Get rid of create_embed in the ModerationCogBase command as its only being used ...
Closed this issue · 0 comments
github-actions commented
tux/tux/cogs/moderation/__init__.py
Line 20 in bf9a915
self.db = DatabaseController()
self.config = DatabaseController().guild_config
# TODO: Get rid of create_embed in the ModerationCogBase command as its only being used once and is replacable
def create_embed(
self,
ctx: commands.Context[Tux],