1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Small fix

This commit is contained in:
wlinator 2024-02-27 19:23:56 +01:00
parent e504468241
commit c46facdd91

View file

@ -175,13 +175,13 @@ async def on_application_command_completion(ctx) -> None:
# f"Executed {executed_command} command in {ctx.guild.name} (ID: {ctx.guild.id}) "
# f"by {ctx.author} (ID: {ctx.author.id})"
# )
racu_logs.info(f"[CommandHandler] {ctx.author} successfully did \"/{executed_command}\". "
racu_logs.info(f"[CommandHandler] {ctx.author.name} successfully did \"/{executed_command}\". "
f"| guild: {ctx.guild.name} ")
else:
# racu_logs.info(
# f"Executed {executed_command} command by {ctx.author} (ID: {ctx.author.id}) in DMs."
# )
racu_logs.info(f"[CommandHandler] {ctx.author} successfully did \"/{executed_command}\". | direct message")
racu_logs.info(f"[CommandHandler] {ctx.author.name} successfully did \"/{executed_command}\". | direct message")
@sbbot.event