tuxbot-bot/tuxbot/core/exceptions.py

10 lines
170 B
Python
Raw Normal View History

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