A keystroke-based bot designed for usage during streaming or screen sharing.
You must have the following installed/enabled:
- NodeJS
- An Application in Discord Developer Portal
Create a dotenv file with the following variables in place:
- DISCORD_TOKEN - Token provided by the Discord Application
- DISCORD_CLIENT_ID - Client ID provided by the Discord Application
- DISCORD_GUILD_ID - ID of your Chosen Discord Server
Run the following commands:
npm install
npm start
/space
- Function of backspace; pauses/plays media
/forward :count
- Function of arrow key; forwards with an option # of times
/rewind :count
- Function of arrow key; rewinds with an optional # of times