Changed i10n to i18n

This commit is contained in:
Profitroll 2023-05-11 21:56:39 +02:00
parent 5274d446f2
commit 1be777305a
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setup(
},
packages=[
"libbot",
"libbot.i11n",
"libbot.i18n",
"libbot.sync",
],
install_requires=["aiofiles~=23.1.0", "ujson==5.7.0"],