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

14 lines
195 B
Python

from discord.ext import commands
class BadPoll(commands.BadArgument):
pass
class InvalidChannel(commands.BadArgument):
pass
class TooLongProposition(commands.BadArgument):
pass