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 traceback
|
||||
|
||||
import discord
|
||||
import nextcord
|
||||
from bot_bin.bot import Bot
|
||||
from discord.ext import commands
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
aiohttp_socks
|
||||
bot_bin>=1.5.0,<2.0.0
|
||||
discord.py>=1.5.0,<2.0.0
|
||||
bot_bin
|
||||
nextcord
|
||||
jishaku
|
||||
wand
|
||||
|
|
Loading…
Reference in a new issue