ashie
DIAdiscord.js - Imagine an app
•Created by ashie on 7/3/2023 in #djs-questions
fetching command choices
hihi! i have a bit of a complicated command https://gist.github.com/ash-development/51b240f1db0e10b37994b6024263dc52
i have built this command of a previous one i built, but the main change is the team "option". i am currently getting the below error when trying to load the command:
any help would be greatly appreaciated ^~^
86 replies
DIAdiscord.js - Imagine an app
•Created by ashie on 6/20/2023 in #djs-questions
messages not being read?
hello! i have the following code and when i use the command it does not run the code under it, so i added the line to log any messages captured by the bot and none are being found! the bot is online and running in the server https://gist.github.com/ash-development/70cdf741dd81efaf8c147f011790db50
18 replies
DIAdiscord.js - Imagine an app
•Created by ashie on 12/16/2022 in #djs-questions
give roles off arguments in an array
hello! i am currently looking to give roles off a spreadsheet. i have used
csvtojson
to convert the spreadsheet to a json array (stored in jsonArray
). i am looking to take the array and apply discord roles off the usernames and roles in it. below I have provided an example of what the array looks like
10 replies