Initial Pycord addition

This commit is contained in:
2023-12-27 13:45:40 +01:00
parent 73c3a1ff13
commit 17f15aca5b
5 changed files with 61 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ __version__ = "2.0.1"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import i18n, pyrogram, sync
from . import i18n, pycord, pyrogram, sync
from .__main__ import *