h3rm3s
h3rm3s
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 8/10/2023 in #djs-questions
Re-run bot command
Thanks for your help
7 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 8/10/2023 in #djs-questions
Re-run bot command
The bot is kind of complicated and there are various steps the user can navigate through via the buttons, so it's been tough to achieve functionality where the message is being updated or edited numerous times to reflect the state of the bot, without it crashing lol
7 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 8/10/2023 in #djs-questions
Re-run bot command
Yeah, that could work too. I've been trying different methods because I'm having difficulty getting the exact behavior I want and I'm not sure why, so I figured a fresh restart might be a good way to do it
7 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/7/2023 in #djs-questions
State management
Cool I'll check that out thanks
10 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/7/2023 in #djs-questions
State management
@Squid Is there any way to use this across events? Like for example I'm using buttons to get input from the user but I want to use a ◀️ reaction as a "back" button. So the majority of the logic is in interactionCreate and so that works fine for state management, but in order to use a reaction I need to use messageReactionAdd and then it won't have the state anymore
10 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/7/2023 in #djs-questions
State management
🙏
10 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/7/2023 in #djs-questions
State management
Oh yeah that does sound like it would work. I'm going to try that out now. Thanks!! If I have any issues with that can I tag you on this thread? 😄
10 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
Have a good rest of your weekend
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
But thank you so much, I owe ya one
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
Oh yeah I don't think that's necessary
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
Do I need to add Partials.Reaction?
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
I just added GuildMessageReactions
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
Yes!! It works! Thank you!!
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
Okay cool let me try that
20 replies
DIAdiscord.js - Imagine a bot
Created by h3rm3s on 6/4/2023 in #djs-questions
Unable to collect reactions
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
20 replies