This bot simulates Texas Hold'em for Discord through a series of commands and allows users within channels to gain and hold chips. It is based off of a fork of discord-poker-bot.
This repo is currently being used as a node tutorial for my son. Any substantive improvements to the discord-poker-bot will be back-ported to the original fork.
- Clone repo
- Run
npm install
- Add Discord credentials (
CLIENT_TOKEN
) in a.env
file - Run
npm start
- Interact with your Discord bot via your web browser or local client