mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
fix: remove aliases and add createGuildFromTemplate
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1059,3 +1059,11 @@ export interface EditGuildStickerOptions extends WithReason {
|
||||
/** Autocomplete/suggestion tags for the sticker (max 200 characters) */
|
||||
tags?: string
|
||||
}
|
||||
|
||||
/** https://discord.com/developers/docs/resources/template#create-guild-from-template-json-params */
|
||||
export interface CreateGuildFromTemplate {
|
||||
/** Name of the guild (2-100 characters) */
|
||||
name: string
|
||||
/** base64 128x128 image for the guild icon */
|
||||
icon?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user