tuxbot-bot/tuxbot/core/exceptions.py
2020-09-02 00:08:06 +02:00

10 lines
170 B
Python

from discord.ext import commands
class DisabledCommandByServerOwner(commands.CheckFailure):
pass
class DisabledCommandByBotOwner(commands.CheckFailure):
pass