mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:45:41 +00:00
Invoke warn with all positional args (#47)
This commit is contained in:
parent
2506aa6437
commit
18970723e7
|
@ -729,7 +729,9 @@ class LogFileReader(Cog):
|
|||
)
|
||||
warn_context = await self.bot.get_context(warn_message)
|
||||
await warn_context.invoke(
|
||||
warn_command, reason="This log contains a blocked title id."
|
||||
warn_command,
|
||||
target=None,
|
||||
reason="This log contains a blocked title id.",
|
||||
)
|
||||
else:
|
||||
logging.error(
|
||||
|
|
Loading…
Reference in a new issue