This bot has a few commands to create an in-bot reward system for creating and managing wallet accounts
-
Firstly clone this repo where you plan to have the bot hosted as follows:
-
Open a terminal where you want the bot files to go, and run:
git clone https://github.com/Unknown401/wallet-bot.gitThis may prompt you to login since this is a private repo afterwards there should be a new folder, navigate to it usingcd wallet-botthen: -
Rename
config_example.jsontoconfig.jsonand paste your discord bot token in the token variable. -
Run
npm installin the console. -
Run the bot with
node index.jsOr any other runtime you have installed.
- Once the bot is up and running, use the
!setupin your discord server.
- Full list of commands can be found by running
!helpin your discord server.
- NodeJS 8.0.0 or higher.