origami

Results 6 comments of origami

Looks like the same chat color bug can be triggered on public chat outside of party chats. Reproduce the issue: Same as before Step 3. Type: ``` say " hi"...

I was able to fix this issue by manually executing the initialization code, however the init doesn't run on start. It supposed to init on start but it doesn't, could...

> The [docs](https://erelajs-docs.netlify.app/docs/gettingstarted.html#example-usage) clearly says about init the client, is this issue relevant? > > ```js > // Ready event fires when the Discord.JS client is ready. > // Use...

Yes, but nothing happens.

Hey there, for whatever reason when I try to do `console.log(client.shard.broadcastEval((client) => client.manager.init(client.user.id)));` that fixes mostly my issue. For whatever reason something broke in erela.js in how the library handles...

Okay thank you. Seems like adding `client.shard.broadcastEval((client) => client.manager.init(client.user.id));` to code will make the bot work.