fix(twitch): Pass context arguments correctly
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class CustomCmdComponent(cmds.Component):
|
||||
# Make sure the command parses (can't guarantee it runs, but at least it can parse)
|
||||
try:
|
||||
await self.cmdclient.run_command(
|
||||
ExecContext(args=[], content=""), response, dryrun=True
|
||||
ExecContext(alias="testing", args=[], content=""), response, dryrun=True
|
||||
)
|
||||
except Exception:
|
||||
# TODO: Nicer errors for pinpointing problem
|
||||
|
||||
Reference in New Issue
Block a user