From a726001145f00d8a58b4d3c15e82847295fc7b42 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Thu, 6 Dec 2018 20:25:26 +0100 Subject: [PATCH] Make the demote command message longer Hopefully that forces it onto a new line? --- api/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/bot.py b/api/bot.py index 6febf6b..9acde65 100644 --- a/api/bot.py +++ b/api/bot.py @@ -68,7 +68,7 @@ class Discord(discord.Client): embed.add_field(name="{}[app ]search ".format(self.prefix), value="Search for applications by partial or exact username.") embed.add_field(name="{}[app ]info ".format(self.prefix), value="Get detailed information about a specific application.") embed.add_field(name="{}[app ]accept|deny ".format(self.prefix), value="Take action on an application.") - embed.add_field(name="{}demote ".format(self.prefix), value="Demote a player to first accepted role.") + embed.add_field(name="{}demote ".format(self.prefix), value="Demote a player to the role given to accepted applications.") embed.add_field(name="{}compare".format(self.prefix), value="Compare Discord users to the Whitelist.") yield from self.discord_message(message.channel, embed) # APP COMMANDS WITH APP ID