Evena
DIAdiscord.js - Imagine an app
•Created by Evena on 12/30/2024 in #djs-questions
Trying to detect emojis added to messages
I am attempting to detect when emojis are added to messages and do different things based on the emoji however currently it isn't doing anything. I found a thing mentioning doing it this way so I tried it, I also looked into event handling and tried putting it into its own file, below, and that didn't work either. Neither of them give errors they simply don't print anything.
inside of index.js:events/messageReactionAdd.js:
17 replies
DIAdiscord.js - Imagine an app
•Created by Evena on 12/28/2024 in #djs-questions
Can't find json file in correct path.
I'm trying to get values from 2 separate json files but cannot find the files.
3 replies
DIAdiscord.js - Imagine an app
•Created by Evena on 12/28/2024 in #djs-questions
bot not seeing users
I have the following code which I'm using to attempt to add 2 separate currencies to users, however my bot is only seeing itself. I have a feeling it's because I don't fully understand how the redirect works. The bot is in my server with administrator permissions, and has Server Members Intent, Presence Intent, and Message Intent. Additionally, the oauth url I generated had bot, identify, messages.read, and all guilds permissions.
Current output is as follows:
7 replies