Fleny
Fleny
> Is your code..minified/bundled at all? Because it definitely throws an error, as seen at the end, but a really, REALLY not helpful one No, i having this issue from...
> That's not what @Khasms meant haha. You need to call `.setDescription` on the builder you created! For further questions, feel free to ask in our [Discord server](https://discord.gg/djs) I known...
> Hrmm, true true, the errors could be better.. I'll be reopening this but with a different title 👍 I updated the description to made that more consistent with title
An (hacky) alternative is to import the logger from `@discordeno/utils` and override methods in there as gateway and rest use the import from `@discordeno/utils`
> I see, this is indeed some option in the meantime to redirect the logs into a better destination instead of the `console` catch-all: > > POC: > > ```ts...
Considering that the bot object returned by `createBot()` has a logger attached to it and by default is a different logger than the one that gateway and rest uses: what...
> Why not a factory? As a user I don't particularly care how many channels you create (as long as it's reasonably documented) and if I know what you're passing,...
Do we have any code that needs to be changed for this?
> > When passing CDN URLs into API fields, like [`url` in an embed image object](#DOCS_RESOURCES_CHANNEL/embed-object-embed-image-structure) and [`avatar_url` for webhooks](#DOCS_RESOURCES_WEBHOOK/execute-webhook-jsonform-params), your app can pass the CDN URL without any parameters...
In pr #3185 all the queues and ratelimit information are prefixed by the authentication being used. So, it might also address this issue as a rest proxy for example could...