From ec080a3ae2a2e99e762c11a3e643e049de1239e9 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 15 Feb 2025 16:20:39 +0000 Subject: Format code to new ruff rules --- arthur/exts/fun/motivation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/exts/fun/motivation.py') diff --git a/arthur/exts/fun/motivation.py b/arthur/exts/fun/motivation.py index e9f861d..6ab209f 100644 --- a/arthur/exts/fun/motivation.py +++ b/arthur/exts/fun/motivation.py @@ -51,7 +51,7 @@ class Motivation(commands.Cog): continue await self.devops_channel.send( - f"[Today's mission](https://www.youtube.com/shorts/{video["id"]["videoId"]})" + f"[Today's mission](https://www.youtube.com/shorts/{video['id']['videoId']})" ) break else: -- cgit v1.2.3