armega
DIAdiscord.js - Imagine an app
•Created by armega on 2/6/2024 in #djs-questions
Accessing elements inside a returned sequelize object
In my messageReactionAdd.js file I'm trying to just get the value of one of the properties in the returned object from my query. How can I pull the value myDiscordUsername from the returned query object?
/utils/database.js
/models/game_user.js
/events/messageReactionAdd.js
5 replies