added logging

This commit is contained in:
bacon
2024-03-08 10:52:45 +03:00
parent fc18ade975
commit 7ad57f9fe8
7 changed files with 18 additions and 12 deletions

View File

@@ -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)