tuxbot-bot/tuxbot/core/exceptions.py

10 lines
170 B
Python
Raw Normal View History

2020-09-01 22:08:06 +00:00
from discord.ext import commands
class DisabledCommandByServerOwner(commands.CheckFailure):
pass
class DisabledCommandByBotOwner(commands.CheckFailure):
pass