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
- Host: GitHub
- URL: https://github.com/patatobit/windowie
- Owner: PatatoBit
- Created: 2022-05-29T05:54:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T05:38:07.000Z (over 3 years ago)
- Last Synced: 2025-02-24T07:49:52.561Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`