Enze
Explore posts from serversVVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
I thought they are using Blitz, not Overwolf
14 replies
VVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
Yes. I'm referring to that error
14 replies
VVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
Or check if updating drivers works, like jidat said
14 replies
VVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
If you close Blitz it should work fine
14 replies
VVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
Some people (me included) reported this issue as well and they were all using Blitz. It might be a Blitz issue but not 100% sure
14 replies
VVALORANT
•Created by ❄ on 3/7/2024 in #community-help
"a critical error has occured"
@14 dmg nunu 🙏 Do you use Blitz or any other third party overlay by any chance?
14 replies
VVALORANT
•Created by Tõfu on 3/9/2024 in #community-help
why does VALORANT keep crashing after I finish a game?
@Tõfu Do you use Blitz by any chance?
5 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Thanks. I assume I need to do the same for the mongodb models?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
This is what I'm doing in the broadcastEval: https://hastebin.de/sanuyihivu.typescript. I get the Guild instance and do everything I need
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
I put all the logic that works with that specific guild into the broadcastEval and I'm also using logs in there. Maybe I'm not using the broadcastEval correctly.. should I create another function to handle that logic and just make the broadcastEval get the guild I need?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
I'm kinda lost here, do you have a guide that explains how I'm supposed to solve this?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
I got a
ReferenceError: logger_1 is not defined
error and I was using a LOGGER
variable in the function which is basically an import of this:
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
With global variables I mean like a winston logger and stuff
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Just realized I can't use global variables in these functions too, I really have to pass all of it to the context, right?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
I see, thanks!
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Hey I got another question: Can the function I pass to broadcastEval be async? Or does that not work?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Oh makes sense. Thanks for the warning!
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Is it because all guilds are always in the cache or is there another reason?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
For channels, roles, messages, users - is it all the same way?
27 replies
DIAdiscord.js - Imagine an app
•Created by Enze on 2/9/2024 in #djs-questions
Fetching specific guilds across all shards
Thanks a bunch for your help! One more question: Do you happen to know when to exactly use sharding functions? For example if I want to look for a specific user, do I also use the same logic or can I simply use client.users.fetch(...)? I'm not really sure when to use what
27 replies