mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 05:35:32 +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)
|
warn_context = await self.bot.get_context(warn_message)
|
||||||
await warn_context.invoke(
|
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:
|
else:
|
||||||
logging.error(
|
logging.error(
|
||||||
|
|
Loading…
Reference in a new issue