GAMEGG Discord robot (simple).
- First, download and install the Node.js.
- Create your application (bot) on the Discord site and invite it to your server.
- Copy your bot token (from the Discord site in step 2) and paste it into the
config.json
file. - Go to the bot folder, then hold down the "Shift" key and "right-click" on the empty space inside the folder and select
open command window here
oropen PowerShell window here
(you can also reach the bot folder using cmd andcd
command). - In the window that opens, type this text and press enter:
node index.js
- If the message
Ready!
is displayed, your bot is successfully online and usable.
- To view the bot commands guide, use the
$help
command in Discord. - To add, delete or edit bot commands, go to the
commands
folder and edit the commands with Notepad.