mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: fix some spelling mistakes (#2144)
* refactor!: fix some spelling mistakes This fixes some spelling mistakes around the code base. Note not all are fixed. * subComponent
This commit is contained in:
@@ -33,7 +33,7 @@ export async function editDiscovery(bot: Bot, guildId: bigint, data: ModifyGuild
|
||||
export interface ModifyGuildDiscoveryMetadata {
|
||||
/** The id of the primary discovery category. Default: 0 */
|
||||
primaryCategoryId?: number | null;
|
||||
/** Up to 10 discovery search kekywords. Default: null */
|
||||
/** Up to 10 discovery search keywords. Default: null */
|
||||
keywords?: string[] | null;
|
||||
/** Whether guild info is shown when custom emojis are clicked. Default: true */
|
||||
emojiDiscoverabilityEnabled?: boolean | null;
|
||||
|
||||
Reference in New Issue
Block a user