From 8d0c778535c41982f843727322080527538ed3bb Mon Sep 17 00:00:00 2001 From: FIyrr Date: Sun, 5 Nov 2023 10:45:24 +0000 Subject: [PATCH] Apply formatting --- cogs/commands/help.py | 3 ++- cogs/commands/resource.py | 15 +++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cogs/commands/help.py b/cogs/commands/help.py index 63babff..e9bedcc 100644 --- a/cogs/commands/help.py +++ b/cogs/commands/help.py @@ -110,7 +110,8 @@ async def help( embed = disnake.Embed( color=disnake.Colour.orange(), title=("**🚑 `/resource`**"), - description="Shows link and short explanation to a resource helpful on your datapacking journey\nSyntax: `/resource resource:`\nAviable resources: `misode`, `mcstacker`, `taglib`, `minecraft wiki`, `cloudwolf`, `crafting (thedestruc7i0n)`, `smithed`, `minecraft tools`, `minecraftjson`",) + description="Shows link and short explanation to a resource helpful on your datapacking journey\nSyntax: `/resource resource:`\nAviable resources: `misode`, `mcstacker`, `taglib`, `minecraft wiki`, `cloudwolf`, `crafting (thedestruc7i0n)`, `smithed`, `minecraft tools`, `minecraftjson`", + ) await inter.response.send_message(embed=embed) # Logging diff --git a/cogs/commands/resource.py b/cogs/commands/resource.py index 7211c0e..3ed6ff4 100644 --- a/cogs/commands/resource.py +++ b/cogs/commands/resource.py @@ -12,7 +12,7 @@ "crafting (thedestruc7i0n)", "smithed", "minecraft tools", - "minecraftjson" + "minecraftjson", ] ) @@ -69,21 +69,20 @@ async def resource( embed = disnake.Embed( color=disnake.Color.orange(), title=("**📖 Smithed**"), - description="Great libaries, also has datapacking conventions and allows you to upload your own packs!\n\nLink: https://smithed.dev/" - ) + description="Great libaries, also has datapacking conventions and allows you to upload your own packs!\n\nLink: https://smithed.dev/", + ) case "minecraft tools": embed = disnake.Embed( color=disnake.Color.orange(), title=("**📖 Minecraft Tools**"), - description="General minecraft tools, especially useful in datapacking because of it's tellraw generator!\n\nLink: https://minecraft.tools/" - ) + description="General minecraft tools, especially useful in datapacking because of it's tellraw generator!\n\nLink: https://minecraft.tools/", + ) case "minecraftjson": embed = disnake.Embed( color=disnake.Color.orange(), title=("**📖 minecraftjson**"), - description="JSON generator for tellraws, titles and books!\n\nLink: https://www.minecraftjson.com/" - ) - + description="JSON generator for tellraws, titles and books!\n\nLink: https://www.minecraftjson.com/", + ) await inter.response.send_message(embed=embed) # Logging