twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
611 stars 71 forks source link

Use tier param for channel.subscription.gift event #341

Open Dkamps18 opened 2 weeks ago

Dkamps18 commented 2 weeks ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

Fixes #340, the channel.subscription.gift had its tier hardcoded to 1000 rather than using the value set in params.tier.

Description of Changes:

Checklist