Compare commits

...

9 Commits

Author SHA1 Message Date
bobloy b0f7ef5142 Merge branch 'master' into fight-fixes
6 years ago
bobloy 82c144353f reformat
6 years ago
bobloy eda036a1b0 black format
6 years ago
bobloy 18f5a3afc5 No comment needed
6 years ago
bobloy 51a3e172c4 Quick fix
6 years ago
bobloy a671e81af8 Merge branch 'master' into fight-fixes
6 years ago
Bobloy 0f7381fbe1 naming convention
7 years ago
Bobloy 7ee8f6ff73 refactoring
7 years ago
Bobloy 8280f6fba8 coding style updates
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…
Cancel
Save