fix(discordeno)!: Fix some errors in DiscordenoConfig (#3824)

* Fix typo, remove RecursivePartial from DiscordenoConfig.desiredProperties.properties

* Fix properties typo

---------

Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
Fleny
2024-08-03 10:26:21 +05:30
committed by GitHub
co-authored by Awesome Stickz
parent 9e1ada64b8
commit 746f0a99ac
10 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const bot = createProxyCache(
// By default, bot.logger will use an instance of the logger from @discordeno/bot, this logger supports depth and we need to change it, so we need to say to TS that we know what we are doing with as
;(bot.logger as typeof discordenoLogger).setDepth(LogDepth.Full)
// Setup desired proprieties
// Setup desired properties
bot.transformers.desiredProperties.interaction.id = true
bot.transformers.desiredProperties.interaction.type = true
bot.transformers.desiredProperties.interaction.data = true