Add cah.py, add tags to pug info.json

This commit is contained in:
aikaterna
2017-03-04 19:01:17 -08:00
parent 96a605800e
commit 6804983900
4 changed files with 1699 additions and 0 deletions

1690
cah/cah.py Normal file

File diff suppressed because it is too large Load Diff

1
cah/data/deck.json Normal file

File diff suppressed because one or more lines are too long

7
cah/info.json Normal file
View File

@@ -0,0 +1,7 @@
{
"AUTHOR" : "aikaterna",
"INSTALL_MSG" : "Thanks for installing Cards Against Humanity. I highly advise only playing this game with 3-4 people on one server, on a private bot, because of the high amount of DM's this game generates."
"NAME" : "cah",
"SHORT" : "Cards Against Humanity.",
"DESCRIPTION" : "This cog was made possible by CorpBot: https://github.com/corpnewt/CorpBot.py"
}

View File

@@ -4,4 +4,5 @@
"NAME" : "Pug",
"SHORT" : "Warcraft character lookup.",
"DESCRIPTION" : "This tool lets you check potential group pugs for enchants, gems, and raid completion. It was made possible by PugBot: https://github.com/reznok/PugBot"
"TAGS" : ["warcraft", "raiding"]
}