A bot for making your Discord conversations LOUD.
/shout text: HI EVERYBODY
/shout input: HI AGAIN size: 200 color: red
/shouthelp
- Create a Discord Application at the Discord Developer Portal
- Obtain a
Bot Token
and aClient ID
- Enter these into
.env-template
as well as enter the port you wish for the UI to be served at - Rename
.env-template
to.env
- Run
npm install
to install dependencies - Run
npm start
Note: Enviromental variables can be set however you wish; the .env
method is just provided for convienence
Created as part of Discord Hack Week 2019 by Zac Lovoy.