Skip to content

miloszwierucki/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Sidebar Price Bots

Git

App to display cryptocurrency data (price, percentage change in 24 hours, and symbol) as a Discord bot in users' sidebar. The current online status displays the RSI indicator:

  • 0 < RSI < 25 - online (green dot)
  • 25 <RSI < 75 - idle (yellow moon)
  • 75 < RSI < 100 - dnd (red icon)

Setup

  1. Run npm install to install all the node dependencies
  2. Create .env, add "CLIENT ID" and "CLIENT SECRET" of created discord bot
  3. Fill in data.json (is in the src folder)

Running Tests

To run tests, run the following command (ts-node)

  npm start

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published