mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 17:14:56 +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
|