added logging
This commit is contained in:
@@ -21,7 +21,7 @@ class General(commands.Cog):
|
||||
Option("user", "Specify any user", OptionType.user),
|
||||
]
|
||||
)
|
||||
async def info(self, inter, user=None):
|
||||
async def info(self, inter: disnake.ApplicationCommandInteraction, user=None):
|
||||
audio = None
|
||||
user = user or inter.author
|
||||
_user = DBReader(inter.guild.id)
|
||||
|
||||
Reference in New Issue
Block a user