twitchcord-bot
Version:
A twitch dirscord bot
18 lines (11 loc) • 523 B
Markdown
# Twitchcord
*A bot linking twitch and discord*
### Setup
- the usernames for **both** twitch and discord must be the same
- [create](https://discordapp.com/developers/applications/me) a discord bot user
- authorize at `https://discordapp.com/oauth2/authorize?&client_id=<your-client-id>&scope=bot`
### Installation and Usage
`npm i -g twitchcord-bot`
```
twitchcord --token=<your-discord-token> --handle=<your-discord-and-twitch-username> --password=<your-twitch-oauth-password> --channel=<your-discord-channel>
```