Discord bot on a regular discord account 🥴
npm install
node main
For everything to work correctly, you need to get your client's token, it's not as easy as it sounds.
Follow the instructions:
1. Go to the web version of the discord, and log in with the required account.
2. Press f12 and go to the Network section
3.Then click on any of your servers. You should have such a field, click on it.
4. In the menu that opens, find the "authorization" field and copy the symbols to the right of it. Never share this code with third parties
5. Go to the project folder and paste your token to .env file
You can also change the bot's prefix or status in this file.There is only one command from the beginning, but you can add them yourself.
To add commands you must know nodeJS and have basic knowledge about discord api and websockets!
You can write your commands here
args - Array of command arguments
mes - Message object
commandName - Command name
message_id - ID the message that was sent by the user
channel_id -Channel ID the message sent by the user






