Feedback on a discord bot.
Posted by TheOnlyDaza1@reddit | learnprogramming | View on Reddit | 2 comments
I wanted to get some hands-on experience, so I started using discord.js for the first time. I’ve been working on a Discord bot for the past 6 days, and I’d really appreciate any feedback.
I’m also open to contributions, as I’m interested in learning how to collaborate with others on a shared project.
Just a heads-up: the README was fully generated using GitHub Copilot, so it might not perfectly reflect everything yet.
adaptationselective@reddit
nice work getting into discord.js, economy bots are solid choice for learning the ropes. took a quick look at your repo and the command structure looks pretty clean for 6 days of work
one thing i noticed is you might want to add some error handling in your database operations, especially for the user registration stuff. also maybe consider using environment variables for any config values if you havent already
collaborating on github is great way to learn, just make sure to write clear commit messages and maybe add some basic contribution guidelines to help people know how to jump in
TheOnlyDaza1@reddit (OP)
really appreciate the feedback, i always continue to add more error handling, since i notice that the bot breaks for stupid reasons, so yeah you are right i should consider that.
for the contribution guidelines, i have never done a similar thing but i think i should look into that.
thank you so much.