An open API service indexing awesome lists of open source software.

https://github.com/patatobit/windowie

A discord bot that takes picture of Pat's window
https://github.com/patatobit/windowie

Last synced: 11 months ago
JSON representation

A discord bot that takes picture of Pat's window

Awesome Lists containing this project

README

          

# 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
1. `npm install`
1. Create a bot on [Discord Developer Portal](https://discord.com/developers)
1. Make sure you check the `bot` and `application.commands` checkbox. And give the neccessary permissions
1. Get the Token and store it in a `config.json` like so
```
{
"token": "YOUR TOKEN",
"clientId": "YOUR APPLICATION ID"
}
```
6. `npm run dev`