Skip to content

MagicTheGathering/mtg-discord-bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Magic: The Gathering - Discord Bot

This is a Magic: The Gathering Discord Bot that fetches card images.

Setup

Create a new Discord Application

https://discordapp.com/developers/applications/me

Download this Repository

$ git clone https://github.com/MagicTheGathering/mtg-discord-bot.git

Install Dependencies

$ bundle install

Edit config/discord.yml with your token and client_id, or configure programmatically

MtgBot.configure do |config|
  config.token = 'your token here'
  config.client_id = 123456790
end

Start the bot

$ rake

Once started, the bot's invite URL will be printed to the terminal. The URL looks like this:

https://discordapp.com/oauth2/authorize?&client_id=<your-client-id>&scope=bot

After accepting the invitation, your bot is ready for use.

Usage

To use the bot, simply type a card's name between square brackets:

check out the [hinder] to [tunnel vision] combo

You can also specify the set code in parentheses to get a particular version of the card:

check out the [hinder (chk)] to [tunnel vision] combo

To see all set codes, hit the following endpoint:

https://api.magicthegathering.io/v1/sets

http://i.imgur.com/dgDLfZD.png

Development

Execute the test suite

rake test

Contributing

  1. Fork it ( https://github.com/[my-github-username]/mtg-discord-bot/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Magic: The Gathering - Discord Bot for fetching card images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages