You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Twitch CLI to trigger the channel.subscription.gift event does not use the provided tier flag
Operating System
Windows 10
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
Setup a webservice to handle the event trigger call.
Ask the Twitch CLI to send a channel.subscription.gift event using any custom tier level
See that it is not using the provided tier level
Relevant log output
twitch event trigger channel.subscription.gift --tier 1000 --cost 40
✔ Request Sent. Received Status Code: 200
✔ Server Said:
{"subscription":{"id":"c1630ae4-bd34-a46c-644d-3df3ab61a090","status":"enabled","type":"channel.subscription.gift","version":"1","condition":{"broadcaster_user_id":"31397647"},"transport":{"method":"webhook","callback":"null"},"created_at":"2024-11-19T02:25:49.5481291Z","cost":0},"event":{"user_id":"57719813","user_login":"testFromUser","user_name":"testFromUser","broadcaster_user_id":"31397647","broadcaster_user_login":"testBroadcaster","broadcaster_user_name":"testBroadcaster","tier":"1000","total":40,"is_anonymous":false,"cumulative_total":54}}
The text was updated successfully, but these errors were encountered:
What is the problem?
Using Twitch CLI to trigger the channel.subscription.gift event does not use the provided tier flag
Operating System
Windows 10
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
Setup a webservice to handle the event trigger call.
Ask the Twitch CLI to send a channel.subscription.gift event using any custom tier level
See that it is not using the provided tier level
Relevant log output
The text was updated successfully, but these errors were encountered: