Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

EricCrosson/discord-coinmarketcap-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-coinmarketcap-bot

A discord bot to query coinmarketcap.com

Install

$ npm install discord-coinmarketcap-bot

Configure

Create a config.json file with the following contents

{
    "token": "your-bot-token-here",
    "prefix": "?"
}

Obtain your bot token from this page.

Usage

$ discord-coinmarketcap-bot

In discord

?marketcap bitcoin

Bot name is customizable

Related

License

Apache 2.0 © Eric Crosson