Özgür Akça
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
I fixed that later after posting the code
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
oh yeah
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
no I know that
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
sorry, I am kinda returning to coding so I am not %100 sure what you mean
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
I think checking if the button is from this file with
if (!roles.some((role) => role.id === interaction.customId)) {
return; // Ignore interactions from other buttons
}
worked, I am not %100 sure but
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
for discord js and node respectively
13 replies
DIAdiscord.js - Imagine an app
•Created by Özgür Akça on 6/30/2024 in #djs-questions
My role buttons interfere with everything
14.15.3 and 22.3.0
13 replies
RRefine
•Created by exotic-emerald on 5/1/2023 in #ask-any-question
unable to create refine-app
Good luck with everything, devs will probably help whenever they can
21 replies
RRefine
•Created by vicious-gold on 5/1/2023 in #ask-any-question
unable to create refine-app
Did you try installing in another location though? In another folder i mean
21 replies
RRefine
•Created by eastern-cyan on 5/1/2023 in #ask-any-question
unable to create refine-app
i think its about leftover files that needs to be deleted but i am unsure about the exact problem and wouldn't wanna give problematic directions
21 replies
RRefine
•Created by conscious-sapphire on 5/1/2023 in #ask-any-question
unable to create refine-app
I am unsure what the problem is then, maybe try installing at another directory ?
21 replies
RRefine
•Created by harsh-harlequin on 5/1/2023 in #ask-any-question
unable to create refine-app
Checking your node and npm versions with node -v and npm -v
trying the other ones to see if those work (like npm create refine-app@latest -- -o refine-headless tutorial)
maybe cleaning the cache might help
21 replies
RRefine
•Created by correct-apricot on 5/1/2023 in #ask-any-question
unable to create refine-app
Considering that i can run the command without problem, it is probably a local issue... did you try running the command again?
21 replies
RRefine
•Created by sunny-green on 5/1/2023 in #ask-any-question
unable to create refine-app
@_chandrakumar you can use https://refine.new/ to create your project as well by the way,
refer to https://refine.dev/docs/getting-started/quickstart/ for more information
21 replies
RRefine
•Created by rare-sapphire on 4/30/2023 in #ask-any-question
Double requests for list
Are you talking about API calls?
https://refine.dev/docs/faq/#why-are-api-calls-triggering-twice
If so, it is intended behavior
7 replies