A really very simple Discord bot, made in JavaScript with the discord.js (v12) library with the aim of copying yourself (or another member).
- Download the latest Version of the bot
- Install Node.js (v14 is recommended, or higher)
- Run
npm install
- Rename the file
config.example.js
toconfig.js
- Create a App (bot) with Discord Developer
The configuration file is config.js
.
You're not supposed to modify anything else unless you know what you're doing.
"token":"Your token here"
Modify Your token here" by your bot token, that you will get with Discord Developer.
"user":"User ID"
Modify User ID by your user id .This is the ID that the bot will refer to.
node index.js