diff --git a/packages/bot/src/helpers.ts b/packages/bot/src/helpers.ts index 3a4bec0bd..6870f864e 100644 --- a/packages/bot/src/helpers.ts +++ b/packages/bot/src/helpers.ts @@ -862,7 +862,9 @@ export type BotHelpers, reason?: string, ) => Promise - editBotProfile: (options: { username?: string; botAvatarURL?: string | null }) => Promise> + editBotProfile: (options: { username?: string; botAvatarURL?: string | null; botBannerURL?: string | null }) => Promise< + SetupDesiredProps + > editChannel: (channelId: BigString, options: ModifyChannel, reason?: string) => Promise> editEmoji: (guildId: BigString, id: BigString, options: ModifyGuildEmoji, reason?: string) => Promise> editApplicationEmoji: (id: BigString, options: ModifyApplicationEmoji) => Promise>