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

14 lines
186 B
Python

from discord.ext import commands
class RFC18(commands.UserNotFound):
pass
class InvalidIp(commands.BadArgument):
pass
class VersionNotFound(commands.BadArgument):
pass