Maro net worth bot but way better
EXAMPLE |
---|
- Node.JS v16+ installed.
- Code Editor: VSC(recommended), Sublime, Atom etc.
- Go to your Discord Developers Applications and create a new bot | You can use an existing one.
- To add your bot to your server replace the
yourclientidhere
with your bots client ID then open the link add to your server https://discord.com/api/oauth2/authorize?client_id=yourclientidhere&permissions=8&scope=bot%20applications.commands - put your bots token in a notepad, you will need it.
- Download index.js
- Open the file either on Notepad or a code editor i.e VSC (Visual Studio Code)
- Replace the
TOKENHERE
with your bots token from earlier - Now run the file via
node index.js
- Your bot is now up and running!
You can now run /networth (player name) And if you want you can change the name of all items and the value of them!
DM Rice#0404 for any help!