Our official discord server bot
Explore the docs »
Visit our website
·
Report Bug
·
Request Feature
Table of Contents
This is our official discord server bot. The current public commands are:
- /price
- /volume
- /cap
- /holders
- /gas
- /liquidity
- /lambo
- Clone the repo
git clone https://github.com/Million-Token-Community/million-discord-bot.git
- Install the dependencies
npm install
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
andGUILD_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.
Now you are done! You can start our project and run it using
npm run start:dev
See CONTRIBUTING.md for ways to get started.