From 0c49034f52ca1eea8a82311bdb666ab2210a13d8 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Mon, 8 Jan 2018 13:45:06 -0500 Subject: [PATCH] Required_cogs not required, reorder requirements --- challonge/info.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/challonge/info.json b/challonge/info.json index a20a422..6dac0ca 100644 --- a/challonge/info.json +++ b/challonge/info.json @@ -4,8 +4,7 @@ "description" : "[Incomplete] Cog to organize tournaments within Discord using Challonge", "hidden" : false, "install_msg" : "Thank you for installing the Challonge Cog.", - "required_cogs" : [], - "requirements" : ["challonge", "iso8601"], + "requirements" : ["iso8601", "challonge"], "short" : "[Incomplete] Cog to organize Challonge tournaments", "tags" : ["game", "fun", "fight", "tournament", "tourney", "challonge", "elimination", "bracket", "bobloy"] } \ No newline at end of file