From 5fd6c3e87bab634e97c6be4fe7c604d0921ea623 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 14 Jul 2020 01:53:50 +0100 Subject: [PATCH] Reformatting commentary --- cogs/help/self_roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/help/self_roles.py b/cogs/help/self_roles.py index 63f87efa..97d0f49c 100644 --- a/cogs/help/self_roles.py +++ b/cogs/help/self_roles.py @@ -3,10 +3,10 @@ import datetime import discord from discord import Colour, Embed from discord.ext import commands -# Set up the Cog from discord.ext.commands import command, is_owner +# Set up the Cog class SelfRoles(commands.Cog): def __init__(self, bot): self.bot = bot