aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/fun/motivation.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-02-15 16:20:39 +0000
committerGravatar Chris Lovering <[email protected]>2025-02-15 16:20:39 +0000
commitec080a3ae2a2e99e762c11a3e643e049de1239e9 (patch)
tree1f6a5829647a30c71bfecf85d6224315e867f881 /arthur/exts/fun/motivation.py
parentBump deps to latest (diff)
Format code to new ruff rules
Diffstat (limited to 'arthur/exts/fun/motivation.py')
-rw-r--r--arthur/exts/fun/motivation.py2
1 files changed, 1 insertions, 1 deletions
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: