From 8cbaab2815f80284fa96c5549816e0524426a5a4 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 22 Oct 2018 12:49:20 -0400 Subject: [PATCH] Fix description wrap --- reactrestrict/reactrestrict.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactrestrict/reactrestrict.py b/reactrestrict/reactrestrict.py index 5e1ddda..1d5b413 100644 --- a/reactrestrict/reactrestrict.py +++ b/reactrestrict/reactrestrict.py @@ -206,8 +206,7 @@ class ReactRestrict(Cog): @reactrestrict.command() async def add(self, ctx: commands.Context, message_id: int, *, role: discord.Role): """ - Adds a reaction|role combination to a registered message, don't use - quotes for the role name. + Adds a reaction|role combination to a registered message, don't use quotes for the role name. """ message = await self._get_message(ctx, message_id) if message is None: