Skip to content

Commit d8dc852

Browse files
committed
correct shoutout subscribe
correct shoutout subscribe
1 parent d1a34c1 commit d8dc852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitchio/ext/eventsub/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ def subscribe_channel_shoutout_create(
249249
self, broadcaster: Union[PartialUser, str, int], moderator: Union[PartialUser, str, int]
250250
):
251251
return self._subscribe_with_broadcaster_moderator(
252-
models.SubscriptionTypes.channel_shield_mode_end, broadcaster, moderator
252+
models.SubscriptionTypes.channel_shoutout_create, broadcaster, moderator
253253
)
254254

255255
def subscribe_channel_shoutout_receive(
256256
self, broadcaster: Union[PartialUser, str, int], moderator: Union[PartialUser, str, int]
257257
):
258258
return self._subscribe_with_broadcaster_moderator(
259-
models.SubscriptionTypes.channel_shield_mode_end, broadcaster, moderator
259+
models.SubscriptionTypes.channel_shoutout_receive, broadcaster, moderator
260260
)
261261

262262
async def subscribe_user_authorization_granted(self):

0 commit comments

Comments
 (0)