mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
nextcord
This commit is contained in:
parent
e295b159c5
commit
3eaac0148d
2 changed files with 3 additions and 3 deletions
2
bot.py
2
bot.py
|
@ -7,7 +7,7 @@ import base64
|
||||||
import logging
|
import logging
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
import discord
|
import nextcord
|
||||||
from bot_bin.bot import Bot
|
from bot_bin.bot import Bot
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
aiohttp_socks
|
aiohttp_socks
|
||||||
bot_bin>=1.5.0,<2.0.0
|
bot_bin
|
||||||
discord.py>=1.5.0,<2.0.0
|
nextcord
|
||||||
jishaku
|
jishaku
|
||||||
wand
|
wand
|
||||||
|
|
Loading…
Reference in a new issue