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
bot
andapplication.commands
checkbox. And give the neccessary permissions - Get the Token and store it in a
config.json
like so
{
"token": "YOUR TOKEN",
"clientId": "YOUR APPLICATION ID"
}
npm run dev