Skip to content

Commit

Permalink
Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 11, 2024
1 parent 61ee260 commit e13b710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tbot/twitch_bot/tasks/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def handle_command(nick, target, message, **kwargs):
cmd=cmd,
target=target,
args=args,
kwargs=kwargs,
data={
'bot': bot,
'args': args,
Expand All @@ -73,7 +74,7 @@ def handle_command(nick, target, message, **kwargs):
)


async def twitch_command(cmd, target, data, args):
async def twitch_command(cmd, target, data, args, kwargs):
msg = await db_command(
cmd=cmd,
data={
Expand Down

0 comments on commit e13b710

Please sign in to comment.