Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

justin-guan/DiscordKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordKeys

DiscordKeys is a hotkey application for Discord bots. It's purpose is to allow hotkey combinations to send messages to a channel. These messages can invoke commands or simply send prerecorded messages with a hotkey combination.

Running DiscordKeys

Finding the User Token

  1. Go to the discord web client
  2. On Chrome, press Ctrl + Shift + i to open the developer tools
  3. Navigate to the Application tab
  4. Select Storage on the left side, and click on Discord
  5. The User Token is listed as "Token"

Building DiscordKeys

DiscordKeys can be built using Gradle. Simply type gradle jfxJar to build a Jar. gradle jfxNative will build a native installer. The system that this command is being run from must meet the requirements listed here.