This repository contains the neccesary code for creating a MeatCoin Discord bot. MeatCoin is a text-based Cryptocurrency trading simulator for Discord. You will find instructions below for setting up MeatCoin on your own server and how to play.
Running a Discord Bot requires NodeJS (for this tutorial) and a Discord Account.
- Clone the repository.
- Create a new Discord application here.
- Customize your new Discord Bot.
- Copy/paste your application token to data/token.txt.
- Add your Bot to a Discord channel of your choice using Generate OAuth2 URL and copy/pasting the URL into a web browser.
- Clone the repository.
- Run the command npm install to install dependencies.
- Run the command node index to start the Bot server.
- Type !help in your Discord server to see the commands.
This project was created entirely by me. Several of my friends requested many of the features.
Enjoy!