allthingslinux/tux

Get rid of create_embed in the ModerationCogBase command as its only being used ...

Closed this issue · 0 comments

# TODO: Get rid of create_embed in the ModerationCogBase command as its only being used once and is replacable

        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],