Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b7b2bc

Browse files
committedDec 9, 2024·
ci: correct from checks.
1 parent d2dc154 commit 3b7b2bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+584
-585
lines changed
 

‎interactions/__init__.py

Lines changed: 118 additions & 118 deletions
Large diffs are not rendered by default.

‎interactions/api/events/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,13 @@
101101
from .base import BaseEvent, GuildEvent, RawGatewayEvent
102102

103103
__all__ = (
104-
"processors",
105104
"ApplicationCommandPermissionsUpdate",
106-
"AutocompleteCompletion",
107-
"AutocompleteError",
108105
"AutoModCreated",
109106
"AutoModDeleted",
110107
"AutoModExec",
111108
"AutoModUpdated",
109+
"AutocompleteCompletion",
110+
"AutocompleteError",
112111
"BanCreate",
113112
"BanRemove",
114113
"BaseEvent",
@@ -141,8 +140,8 @@
141140
"GuildLeft",
142141
"GuildMembersChunk",
143142
"GuildScheduledEventCreate",
144-
"GuildScheduledEventUpdate",
145143
"GuildScheduledEventDelete",
144+
"GuildScheduledEventUpdate",
146145
"GuildScheduledEventUserAdd",
147146
"GuildScheduledEventUserRemove",
148147
"GuildStickersUpdate",
@@ -188,8 +187,8 @@
188187
"ThreadCreate",
189188
"ThreadDelete",
190189
"ThreadListSync",
191-
"ThreadMembersUpdate",
192190
"ThreadMemberUpdate",
191+
"ThreadMembersUpdate",
193192
"ThreadUpdate",
194193
"TypingStart",
195194
"VoiceStateUpdate",
@@ -200,4 +199,5 @@
200199
"VoiceUserMute",
201200
"WebhooksUpdate",
202201
"WebsocketReady",
202+
"processors",
203203
)

0 commit comments

Comments
 (0)
Please sign in to comment.