Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 505 Bytes

File metadata and controls

18 lines (16 loc) · 505 Bytes

Windowie

A discord bot that takes a picture of my window and displaying it on Discord by using the /window command

Usage

  1. Clone this Repository
  2. npm install
  3. Create a bot on Discord Developer Portal
  4. Make sure you check the bot and application.commands checkbox. And give the neccessary permissions
  5. Get the Token and store it in a config.json like so
{
    "token": "YOUR TOKEN",
    "clientId": "YOUR APPLICATION ID"
}
  1. npm run dev