thoraninchaiya / discord-vouchertopup

TrueWallet Voucher Topup for Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord VoucherTopup

For supporting contact via Discord in #support channel ❤

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Node.js 12.0.0 or newer is required.

Installation

  1. Get a Discord bot Token Key at Discord Developer Portal
  2. Clone the repo
    git clone https://github.com/DearTanakorn/discord-vouchertopup.git
  3. Install requirement packages
    npm install
  4. Copy '.env.example' to '.env'
  5. Enter your Discord bot Token Key in .env
    TOKEN=
    PREFIX=!
    WALLET_NUMBER=0123456789
    

How to run

  1. Open cmd or bash.
  2. Running a app
    node app.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

TrueWallet Voucher Topup for Discord bot

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.1%Language:Shell 0.9%