permissions changes

This commit is contained in:
2025-11-29 19:48:27 +05:00
parent 2b11ba3f51
commit 84ae6b0cd9
2 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ class Filter(commands.Cog):
@commands.command()
@commands.is_owner()
@commands.has_permissions(administrator=True)
async def clear_msgdb(self, message):
"""
Clear db for 'message'
@@ -93,7 +93,7 @@ class Filter(commands.Cog):
await message.send(embed=embed)
@commands.command()
@commands.is_owner()
@commands.has_permissions(administrator=True)
async def msgdb(self, message):
"""
Total number of DB msgsend
@@ -109,7 +109,7 @@ class Filter(commands.Cog):
await message.send(embed=embed)
@commands.command()
@commands.is_owner()
@commands.has_permissions(administrator=True)
async def toggle(self, ctx, *msg):
"""
Toggle(msgsend, badwords, logs)
@@ -139,7 +139,7 @@ class Filter(commands.Cog):
await ctx.send(embed=embed)
@commands.command()
@commands.is_owner()
@commands.has_permissions(administrator=True)
async def status(self, ctx):
"""
"""