fix(twitch): Pass context arguments correctly

This commit is contained in:
2026-05-31 06:49:38 +10:00
parent 1c1c109860
commit 17c0dc00c1
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ class TwitchCmdClient(ExecClient):
alias=maybe_command,
used_prefix=prefix,
message=message,
content=message.text,
initial_globals={
"author": CustomCmdUser(message.chatter),
"channel": CustomCmdUser(message.broadcaster),