Added errors and fixed pycord's bot

This commit is contained in:
2024-05-19 14:48:01 +02:00
parent 1f464ef624
commit c3d3e43216
4 changed files with 47 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
__version__ = "3.0.1"
__version__ = "3.1.0"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import i18n, pycord, pyrogram, sync
from . import errors, i18n, pycord, pyrogram, sync
from .__main__ import *