Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 711 Bytes

File metadata and controls

23 lines (15 loc) · 711 Bytes

Stock Trading Discord Bot

A Discord bot that allows you to buy and sell stocks using chat commands.

screenshot

How To Install

To launch the project locally, you'll need Node.js installed on your machine. Once you do, follow these steps:

1. Clone the Github Repository:

git clone https://github.com/dsnsgithub/stockTrader

2. Enter the repository and install dependencies:

cd stockTrader
npm install

3. Create a .env file and add these properties:

prefix = $
token = [create a bot token using the Discord Developer Portal]

5. Start the express server:

node .