We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124fc6 commit d0a535eCopy full SHA for d0a535e
packages/core/src/api/guild.ts
@@ -115,7 +115,7 @@ export class GuildsAPI {
115
* @param options - The options for fetching the guild
116
* @deprecated Use the overload with a query instead.
117
*/
118
- public async get(guildId: Snowflake, { signal }?: Pick<RequestData, 'signal'>): Promise<RESTGetAPIGuildResult>;
+ public async get(guildId: Snowflake, { signal }: Pick<RequestData, 'signal'>): Promise<RESTGetAPIGuildResult>;
119
120
/**
121
* Fetches a guild
0 commit comments