(Looking for advice/tips) Developing a bot for my server
Hello, I'm pretty familiar with coding and how things somewhat work, and wanted to try my hand at making/developing a bot for my server.
I have a concept for the bot listing all the different things I know I'd like it to have, but currently unsure on where I should really start or what I can narrow the list down to (as in whats possible within the current bot limits) -- any constructive/helpful suggestions would be much appreciated and help guide me in the right direction.
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Heres my concept list:
Concept for a custom bot (EyeD) I'm thinking of adding to my royale high server!
After new members read the introduction/accept the rules and are welcomed into the server, they will report to a specific channel to use a command that will generate a server ID card profile.
These IDs will work as a record of each member, that will change/regenerate (with specific command) based on the users current status within the server.POSSIBLE CONCEPTS: - club-specific badge for joining a club (added by having a club role) - specific badge for boosting the server (added by having booster role) - will mostly appear in the form of some sort of image embed (similar to custom welcome messages w/ background) -
Unsure
-- message stating birth month stone (command where you can select a birthstone and it'll show up as a message after the image embed)
regarding the badges based on having specific roles, I will either edit them onto BG image OR have it as text
DESIGN CONCEPTS:
- Unsure
-- front and back (separate images)
- different ID card colors for those specific roles (different BG image variations)
- Unsure
-- the "lanyard" will be editing the embed left bar color
front (will change and have most information)- square profile picture of the user (will just be whatever the user's discord profile pic is) - text of the server name (edited onto the BG image)
back (will not change, it will just be a image)- classic server logo (edited onto BG image) - school name (edited onto the BG image)
Ty ty