Skip to content

Commit 28ae24c

Browse files
authored
Feature/payload respond (#508)
* Remove redundant docs/logs * Add responder event type for supported eventsub events * Add changelog * Add inherited members to docs * Update some docs styling
1 parent 28be549 commit 28ae24c

File tree

8 files changed

+244
-68
lines changed

8 files changed

+244
-68
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
--color-important-background: #cd526a05;
4747
--color-note-background--title: #269da1;
4848
--color-note-background: #269da105;
49-
--color-versionadd-background--title: #5aa569;
49+
--color-versionadd-background--title: #3c4d5f;
5050
--color-versionadd-background: #5aa56905;
5151
--color-versionchange-background--title: #616faf;
5252
--color-versionchange-background: #616faf05;
@@ -244,7 +244,8 @@ th {
244244
}
245245

246246
.versionadded {
247-
background-color: var(--color-versionadd-background) !important;
247+
background-color: transparent !important;
248+
box-shadow: none !important;
248249
}
249250

250251
.versionmodified.added {
@@ -392,6 +393,10 @@ body.theme-dark {
392393
blockquote {
393394
border-color: #2b4459!important;
394395
}
396+
397+
.versionadded {
398+
background-color: transparent !important;
399+
}
395400
}
396401

397402
.theme-dark {
@@ -641,6 +646,7 @@ dl.py > dd {
641646

642647
.versionmodified {
643648
padding: .25rem .5rem;
649+
font-size: 0.9em;
644650
}
645651

646652
/* Fix padding on meth/prop dd */

docs/getting-started/changelog.rst

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,68 @@ Changelog
2121
- :meth:`twitchio.Clip.fetch_video` now properly returns ``None`` when the :class:`twitchio.Clip` has no ``video_id``.
2222
- :class:`twitchio.ChatterColor` no longer errors whan no valid hex is provided by Twitch.
2323

24+
- twitchio.eventsub
25+
- Additions
26+
- Added :meth:`twitchio.AutomodMessageHold.respond`
27+
- Added :meth:`twitchio.AutomodSettingsUpdate.respond`
28+
- Added :meth:`twitchio.AutomodTermsUpdate.respond`
29+
- Added :meth:`twitchio.ChannelBitsUse.respond`
30+
- Added :meth:`twitchio.ChannelUpdate.respond`
31+
- Added :meth:`twitchio.ChannelFollow.respond`
32+
- Added :meth:`twitchio.ChannelAdBreakBegin.respond`
33+
- Added :meth:`twitchio.ChannelChatClear.respond`
34+
- Added :meth:`twitchio.ChannelChatClearUserMessages.respond`
35+
- Added :meth:`twitchio.ChatMessage.respond`
36+
- Added :meth:`twitchio.ChatNotification.respond`
37+
- Added :meth:`twitchio.ChatMessageDelete.respond`
38+
- Added :meth:`twitchio.ChatSettingsUpdate.respond`
39+
- Added :meth:`twitchio.SharedChatSessionBegin.respond`
40+
- Added :meth:`twitchio.SharedChatSessionUpdate.respond`
41+
- Added :meth:`twitchio.SharedChatSessionEnd.respond`
42+
- Added :meth:`twitchio.ChannelSubscribe.respond`
43+
- Added :meth:`twitchio.ChannelSubscriptionEnd.respond`
44+
- Added :meth:`twitchio.ChannelSubscriptionGift.respond`
45+
- Added :meth:`twitchio.ChannelSubscriptionMessage.respond`
46+
- Added :meth:`twitchio.ChannelCheer.respond`
47+
- Added :meth:`twitchio.ChannelBan.respond`
48+
- Added :meth:`twitchio.ChannelUnban.respond`
49+
- Added :meth:`twitchio.ChannelUnbanRequest.respond`
50+
- Added :meth:`twitchio.ChannelUnbanRequestResolve.respond`
51+
- Added :meth:`twitchio.ChannelModerate.respond`
52+
- Added :meth:`twitchio.ChannelModeratorAdd.respond`
53+
- Added :meth:`twitchio.ChannelModeratorRemove.respond`
54+
- Added :meth:`twitchio.ChannelPointsAutoRedeemAdd.respond`
55+
- Added :meth:`twitchio.ChannelPointsReward.respond`
56+
- Added :meth:`twitchio.ChannelPointsRedemptionAdd.respond`
57+
- Added :meth:`twitchio.ChannelPointsRedemptionUpdate.respond`
58+
- Added :meth:`twitchio.ChannelPollBegin.respond`
59+
- Added :meth:`twitchio.ChannelPollProgress.respond`
60+
- Added :meth:`twitchio.ChannelPollEnd.respond`
61+
- Added :meth:`twitchio.ChannelPredictionBegin.respond`
62+
- Added :meth:`twitchio.ChannelPredictionProgress.respond`
63+
- Added :meth:`twitchio.ChannelPredictionLock.respond`
64+
- Added :meth:`twitchio.ChannelPredictionEnd.respond`
65+
- Added :meth:`twitchio.SuspiciousUserUpdate.respond`
66+
- Added :meth:`twitchio.SuspiciousUserMessage.respond`
67+
- Added :meth:`twitchio.ChannelVIPAdd.respond`
68+
- Added :meth:`twitchio.ChannelVIPRemove.respond`
69+
- Added :meth:`twitchio.ChannelWarningAcknowledge.respond`
70+
- Added :meth:`twitchio.ChannelWarningSend.respond`
71+
- Added :meth:`twitchio.BaseCharityCampaign.respond`
72+
- Added :meth:`twitchio.CharityCampaignDonation.respond`
73+
- Added :meth:`twitchio.GoalBegin.respond`
74+
- Added :meth:`twitchio.GoalProgress.respond`
75+
- Added :meth:`twitchio.GoalEnd.respond`
76+
- Added :meth:`twitchio.HypeTrainBegin.respond`
77+
- Added :meth:`twitchio.HypeTrainProgress.respond`
78+
- Added :meth:`twitchio.HypeTrainEnd.respond`
79+
- Added :meth:`twitchio.ShieldModeBegin.respond`
80+
- Added :meth:`twitchio.ShieldModeEnd.respond`
81+
- Added :meth:`twitchio.ShoutoutCreate.respond`
82+
- Added :meth:`twitchio.ShoutoutReceive.respond`
83+
- Added :meth:`twitchio.StreamOnline.respond`
84+
- Added :meth:`twitchio.StreamOffline.respond`
85+
2486
- ext.commands
2587
- Additions
2688
- Added :class:`~twitchio.ext.commands.Converter`

0 commit comments

Comments
 (0)