custom error + better code + some things

This commit is contained in:
piair338
2022-10-31 14:32:39 +00:00
parent 945497c1d4
commit c9aa75e61c
4 changed files with 132 additions and 70 deletions

5
modules/error.py Normal file
View File

@ -0,0 +1,5 @@
class Banned(Exception):
pass
class NotBanned(Exception):
pass