A discord bot that takes a picture of my window and displaying it on Discord by using the /window command
- Clone this Repository
npm install- Create a bot on Discord Developer Portal
- Make sure you check the
botandapplication.commandscheckbox. And give the neccessary permissions - Get the Token and store it in a
config.jsonlike so
{
"token": "YOUR TOKEN",
"clientId": "YOUR APPLICATION ID"
}
npm run dev