update requirements.txt
This commit is contained in:
@@ -128,7 +128,6 @@ class Admin(commands.Cog, name='Admin'):
|
||||
@slash_set_prefix.error
|
||||
async def set_prefix_error(self, inter, prefix):
|
||||
await inter.response.send_message("You don`t have permissions", ephemeral=True)
|
||||
logger.error(f'{prefix}')
|
||||
|
||||
@commands.has_permissions(administrator=True)
|
||||
@commands.slash_command(
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
disnake[audio]~=2.5.2
|
||||
setuptools==65.3.0
|
||||
psutil~=5.9.1
|
||||
psutil==5.9.2
|
||||
pymediainfo~=5.1.0
|
||||
pyNaCl~=1.5.0
|
||||
python-dotenv~=0.20.0
|
||||
python-dotenv==0.21.0
|
||||
ffmpeg-python~=0.2.0
|
||||
Reference in New Issue
Block a user