yewshanooi / sodium

Open source discord bot with application commands and a user-friendly interface
https://skyelements.github.io/sodium.html
MIT License
10 stars 4 forks source link

Return of the BotPresence.js command and a little restructuring of the bot #31

Closed Manzanitabot123 closed 1 year ago

yewshanooi commented 1 year ago

Nice restructuring work, especially the multiple errors into a single file. I found out a problem with the code - it seems like the errors module is not working, so I temporarily fixed that by adding const errors = require('../errors.js"); above most commands that require it as of now. As for botpresence command, resultType is still showing undefined even its already been defined?