The-CJ / Phaazebot

Phaazebot: Twitch, Discord, Osu, Twitter... Everything in one place
MIT License
0 stars 0 forks source link

Move out non-general API errors to API entry location #104

Closed The-CJ closed 4 years ago

The-CJ commented 4 years ago

Means, functions like: apiDiscordAssignRoleExists() should not be located in Platforms/Web/Api/Discord/errors.py but in Platforms/Web/Api/Discord/Assignrole/errors.py

because its really unusual that this error is needed anywhere else except in ...Api/Discord/...