Skip to content

Latest commit

 

History

History
123 lines (95 loc) · 3.73 KB

README.md

File metadata and controls

123 lines (95 loc) · 3.73 KB

Logo

Million Token Discord Bot

Our official discord server bot
Explore the docs »

Visit our website · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Environment Variables
  4. Usage
  5. Contributing

About The Project

This is our official discord server bot. The current public commands are:

  • /price
  • /volume
  • /cap
  • /holders
  • /gas
  • /liquidity
  • /lambo

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/Million-Token-Community/million-discord-bot.git
  2. Install the dependencies
    npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file.

Discord Description
TOKEN The bot token
GUILD_ID The bot server id
APPLICATION_ID The bot application id
PUBLIC_KEY The bot public key
  • TOKEN and GUILD_ID are required.
Million Token Description
NOMICS_API_TOKEN Your token of the nomics API
COVALENT_API_KEY Your token of the covalent API
ETH_GAS_KEY Your token of the etherscan gas API
  • COVALENT_API_KEY is required for the /holders command.
  • ETH_GAS_KEY is required for the /gas command.
Services Tokens Description
TWITTER_KEY Your Twitter API key
AIRTABLE_API_KEY Your Airtable API key
REDDIT_CLIENT_ID Your Reddit client id
REDDIT_SECRET Your Reddit secret
REDDIT_USERNAME Your Reddit username
REDDIT_PASSWORD Your Reddit password
  • All these environment variables are required for their services.

Usage

Now you are done! You can start our project and run it using

npm run start:dev

Contributing

See CONTRIBUTING.md for ways to get started.