Skip to content

Commit 4f778db

Browse files
🚨 auto fix by pre-commit hooks
1 parent 1a6141a commit 4f778db

1 file changed

Lines changed: 2 additions & 90 deletions

File tree

nonebot/adapters/discord/api/client.pyi

Lines changed: 2 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,13 @@
11
# This file is auto-generated by scripts/generate_client_pyi.py.
22
# Do not edit this file directly.
3-
# Generated at: 2026-02-26T19:42:13Z
3+
# Generated at: 2026-02-28T07:10:06Z
44
# Source file: nonebot/adapters/discord/api/handle.py
5-
# Source SHA256: b377b5d9309e2fe7268299cffc7777caec3d0f9a0cc7f25b6b1ebbb2ae846e0c
5+
# Source SHA256: c26de4fa29de9735d5017b16b32cd44af09d6d75fb736873968db84cab38eaaa
66
# Script SHA256: bca3059c41f047e5cfb7f59a630cbcd9f80c226dc2138e28b19cd6b811cd03dc
77

88
from datetime import datetime
99
from typing import Any, Literal, TypeAlias, overload
1010

11-
from .model import (
12-
SKU,
13-
ActivityInstance,
14-
AllowedMention,
15-
AnswerVoters,
16-
Application,
17-
ApplicationCommand,
18-
ApplicationCommandBulkOverwriteParams,
19-
ApplicationCommandOption,
20-
ApplicationCommandPermissions,
21-
ApplicationEmojis,
22-
ApplicationIntegrationTypeConfiguration,
23-
ApplicationRoleConnection,
24-
ApplicationRoleConnectionMetadata,
25-
ArchivedThreadsResponse,
26-
AttachmentSend,
27-
AuditLog,
28-
AuthorizationResponse,
29-
AutoModerationAction,
30-
AutoModerationRule,
31-
Ban,
32-
BulkBan,
33-
Channel,
34-
Component,
35-
Connection,
36-
CreateLobbyMemberParams,
37-
CurrentUserGuild,
38-
DefaultReaction,
39-
DirectComponent,
40-
Embed,
41-
Emoji,
42-
Entitlement,
43-
File,
44-
FollowedChannel,
45-
ForumTagRequest,
46-
Gateway,
47-
GatewayBot,
48-
Guild,
49-
GuildApplicationCommandPermissions,
50-
GuildIncidentsData,
51-
GuildMember,
52-
GuildOnboarding,
53-
GuildPreview,
54-
GuildScheduledEvent,
55-
GuildScheduledEventEntityMetadata,
56-
GuildScheduledEventUser,
57-
GuildTemplate,
58-
GuildVanityURL,
59-
GuildWidget,
60-
GuildWidgetSettings,
61-
InstallParams,
62-
Integration,
63-
InteractionResponse,
64-
Invite,
65-
InviteTargetUsersJobStatus,
66-
ListActiveGuildThreadsResponse,
67-
ListDefaultSoundboardSoundsResponse,
68-
ListGuildSoundboardSoundsResponse,
69-
Lobby,
70-
LobbyMember,
71-
MessageGet,
72-
MessageReference,
73-
ModifyGuildChannelPositionParams,
74-
ModifyGuildRolePositionParams,
75-
OnboardingPrompt,
76-
Overwrite,
77-
PartialOverwrite,
78-
PollRequest,
79-
RecurrenceRule,
80-
Role,
81-
RoleColors,
82-
Snowflake,
83-
SnowflakeType,
84-
SoundboardSound,
85-
StageInstance,
86-
Sticker,
87-
StickerPack,
88-
StickerPacksResponse,
89-
Subscription,
90-
ThreadMember,
91-
TriggerMetadata,
92-
User,
93-
VoiceRegion,
94-
VoiceState,
95-
Webhook,
96-
WelcomeScreen,
97-
WelcomeScreenChannel,
98-
)
9911
from .types import (
10012
ApplicationCommandType,
10113
ApplicationFlag,

0 commit comments

Comments
 (0)