From 38639662f5e8dd87f0f8b3774cb0a9bd86e758c0 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 10 Nov 2016 21:12:30 -0600 Subject: [PATCH] Indented the description --- cogs/disabled_playlist.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cogs/disabled_playlist.py b/cogs/disabled_playlist.py index 331fb75..8eb1fdd 100644 --- a/cogs/disabled_playlist.py +++ b/cogs/disabled_playlist.py @@ -4,13 +4,13 @@ import discord from discord.ext import commands class Music: -""" -This cog is simply created in order to add all commands in the playlist cog -in case 'this' instance of the bot has not loaded the playlist cog. -This is useful to have the possiblity to split the music and text commands, -And still use commands that require another command to be passed -from the instance that hasn't loaded the playlist cog -""" + """ + This cog is simply created in order to add all commands in the playlist cog + in case 'this' instance of the bot has not loaded the playlist cog. + This is useful to have the possiblity to split the music and text commands, + And still use commands that require another command to be passed + from the instance that hasn't loaded the playlist cog + """ def __init__(self, bot): self.bot = bot