Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenpung committed Jul 31, 2022
1 parent c1f20f0 commit 5d88561
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Simple Discord Price Bots

This project is based on [https://github.com/rssnyder/discord-stock-ticker](discord-stock-ticker). Instead of starting an api server that can be called to manage bots, this project lets you define the bot in a json file, and then simply run the binary file.

## Run

1) Rename `bots/sample.json` to `anyname.json`

2) Run `go build`, this will create a `simple-dicord-price-bots` executable file based on your current os

3) Run the `simply-discord-price-bots` and that's it!

0 comments on commit 5d88561

Please sign in to comment.