Compare commits
9 Commits
master
...
fight-fixe
Author | SHA1 | Date |
---|---|---|
![]() |
b0f7ef5142 | 7 years ago |
![]() |
82c144353f | 7 years ago |
![]() |
eda036a1b0 | 7 years ago |
![]() |
18f5a3afc5 | 7 years ago |
![]() |
51a3e172c4 | 7 years ago |
![]() |
a671e81af8 | 7 years ago |
![]() |
0f7381fbe1 | 7 years ago |
![]() |
7ee8f6ff73 | 7 years ago |
![]() |
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