Compare commits
9 Commits
master
...
fight-fixe
Author | SHA1 | Date |
---|---|---|
bobloy | b0f7ef5142 | 6 years ago |
bobloy | 82c144353f | 6 years ago |
bobloy | eda036a1b0 | 6 years ago |
bobloy | 18f5a3afc5 | 6 years ago |
bobloy | 51a3e172c4 | 6 years ago |
bobloy | a671e81af8 | 6 years ago |
Bobloy | 0f7381fbe1 | 7 years ago |
Bobloy | 7ee8f6ff73 | 7 years ago |
Bobloy | 8280f6fba8 | 7 years ago |
@ -0,0 +1,6 @@
|
|||||||
|
from .fight import Fight
|
||||||
|
|
||||||
|
|
||||||
|
def setup(bot):
|
||||||
|
n = Fight(bot)
|
||||||
|
bot.add_cog(n)
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"author": [
|
||||||
|
"Bobloy"
|
||||||
|
],
|
||||||
|
"bot_version": [
|
||||||
|
3,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"description": "[Incomplete] Cog to organize tournaments within Discord",
|
||||||
|
"hidden": true,
|
||||||
|
"install_msg": "Thank you for installing Fight. Run with [p]fight or [p]fightset",
|
||||||
|
"requirements": [],
|
||||||
|
"short": "[Incomplete] Cog to organize tournaments",
|
||||||
|
"tags": [
|
||||||
|
"game",
|
||||||
|
"fun",
|
||||||
|
"fight",
|
||||||
|
"tournament",
|
||||||
|
"tourney",
|
||||||
|
"elimination",
|
||||||
|
"bracket",
|
||||||
|
"bobloy"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue