From 70e612882d1093b133d13302dccfba6aa2778474 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 31 Oct 2024 00:26:00 -0500 Subject: `black --line-length 79` --- code/cogs/repeat.py | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'code/cogs/repeat.py') diff --git a/code/cogs/repeat.py b/code/cogs/repeat.py index b7b43ea..cf745d5 100644 --- a/code/cogs/repeat.py +++ b/code/cogs/repeat.py @@ -29,7 +29,9 @@ class Repeat(commands.GroupCog, name="repeat"): ) + " UTC" ) - return await interaction.response.send_message(embed=embed, ephemeral=True) + return await interaction.response.send_message( + embed=embed, ephemeral=True + ) player.loop = 0 @@ -64,13 +66,18 @@ class Repeat(commands.GroupCog, name="repeat"): ) + " UTC" ) - return await interaction.response.send_message(embed=embed, ephemeral=True) + return await interaction.response.send_message( + embed=embed, ephemeral=True + ) player.loop = 1 embed = discord.Embed( title=f"Repeating Current Song 🔁", - description=f"The song that is currently playing will be repeated until the command is run", + description=( + f"The song that is currently playing will be repeated until" + f" the command is run" + ), color=BOT_COLOR, ) embed.set_footer( @@ -99,13 +106,18 @@ class Repeat(commands.GroupCog, name="repeat"): ) + " UTC" ) - return await interaction.response.send_message(embed=embed, ephemeral=True) + return await interaction.response.send_message( + embed=embed, ephemeral=True + ) player.loop = 2 embed = discord.Embed( title=f"Repeating Current Song 🔂", - description=f"All songs in the queue will continue to repeat until the command is run.", + description=( + f"All songs in the queue will continue to repeat until the" + f" command is run." + ), color=BOT_COLOR, ) embed.set_footer( -- cgit v1.2.3-70-g09d2