tuxbot-bot/tuxbot/cogs/Linux/functions/exceptions.py

10 lines
135 B
Python

from discord.ext import commands
class LinuxException(commands.BadArgument):
pass
class CNFException(LinuxException):
pass