Skip to content

Commit b4c9c73

Browse files
authored
Update sctwitch_event_test.sc
1 parent 66e75dc commit b4c9c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/assets/sctwitch/scripts/sctwitch_event_test.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ __on_twitch_subscription(playerNick, actor, message, tier, months, resubbed, str
2020

2121
__on_twitch_subscription_gift(playerNick, actor, tier, amount) -> (
2222
print('');
23-
print('__on_twitch_bits(playerNick, actor, message, amount)');
23+
print('__on_twitch_subscription_gift(playerNick, actor, message, amount)');
2424
print(' - playerNick: '+playerNick);
2525
print(' - actor: '+actor);
2626
print(' - tier: '+tier);

0 commit comments

Comments
 (0)