aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/wolfram.py
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-10 06:04:31 +0000
committerGravatar GitHub <[email protected]>2023-08-10 06:04:31 +0000
commitf897f6c576d7dca764c9c0515b2c576e7fb0daea (patch)
tree4609c804db7ad9e0c4f415fc0e8a8353f2dfc6e1 /bot/exts/utilities/wolfram.py
parentBump rapidfuzz from 3.1.2 to 3.2.0 (#1341) (diff)
Bump ruff from 0.0.272 to 0.0.280 (#1333)
Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
Diffstat (limited to 'bot/exts/utilities/wolfram.py')
-rw-r--r--bot/exts/utilities/wolfram.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utilities/wolfram.py b/bot/exts/utilities/wolfram.py
index d5669c6b..e77573a7 100644
--- a/bot/exts/utilities/wolfram.py
+++ b/bot/exts/utilities/wolfram.py
@@ -33,8 +33,8 @@ async def send_embed(
ctx: Context,
message_txt: str,
colour: int = Colours.soft_red,
- footer: str = None,
- img_url: str = None,
+ footer: str | None = None,
+ img_url: str | None = None,
f: discord.File = None
) -> None:
"""Generate & send a response embed with Wolfram as the author."""