Sending Messages:
To send messages in a server’s channel(which the bot has to be in of course) use the prefix “#” before the ID, while for sending a message in a user’s DMs use the prefix “@”. To get an ID of a channel or user right click on it, and in the menu that pops up press “Copy ID”.
Changing bot’s token:
To change your bot’s token head over to C:\Users\YOUR_CURRENT_DESKTOP_USER\appdata\Local\discordbot\app-1.0.0\resources\app\src\config.json
and inside that file edit this part:
"token": "YOUR_DISCORD_BOT_TOKEN"
Installation
With npm:
Requires git
$ git clone https://github.com/Aryxstocratic/discordbot$ cd .\discordbot\$ npm install$ npm start
With Executable File:
Head over to the repository releases and download the latest available.