Typescript implementation for a discord bot posting messages in configured channels and also connecting to a Twitch stream.
- npm install
- go to the
dist
folder and create folderconfig
- place
discord.json
file providing at least theapi_token
property fromDiscordConfig.ts
definition. - place
twitch.json
file providing properties fromTwitchConfig.ts
definition.
- place
- npm start