fix import && update version
This commit is contained in:
parent
d77d390efe
commit
d2291738bb
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ import discord
|
||||||
import yt_dlp as youtube_dl
|
import yt_dlp as youtube_dl
|
||||||
|
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from utils.audio import *
|
from kabot.utils.audio import *
|
||||||
from utils.texte import *
|
from kabot.utils.texte import *
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,6 @@ setup(
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
url='https://github.com/None/kabot',
|
url='https://github.com/None/kabot',
|
||||||
version='0.1.0',
|
version='0.2.0',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue