mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-03-03 07:34:54 +00:00
13 lines
194 B
Python
13 lines
194 B
Python
# Copyright (c) Paillat-dev
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
import discord
|
|
|
|
|
|
class PycordRestError(discord.DiscordException):
|
|
pass
|
|
|
|
|
|
class InvalidCredentialsError(PycordRestError):
|
|
pass
|