diff options
author | 2025-02-15 16:20:39 +0000 | |
---|---|---|
committer | 2025-02-15 16:20:39 +0000 | |
commit | ec080a3ae2a2e99e762c11a3e643e049de1239e9 (patch) | |
tree | 1f6a5829647a30c71bfecf85d6224315e867f881 /arthur/exts/fun/motivation.py | |
parent | Bump 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.py | 2 |
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: |