Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh committed Dec 19, 2024
1 parent ac18a50 commit cae88ab
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 198 deletions.
4 changes: 3 additions & 1 deletion fred/libraries/createembed.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ async def webp_icon_as_png(url: str, bot: Bot) -> tuple[nextcord.File, str]:


# SMR Lookup Embed Formats
async def mod_embed(name: str, bot: Bot, using_id = False) -> tuple[nextcord.Embed | None, nextcord.File | None, list[dict] | None]:
async def mod_embed(
name: str, bot: Bot, using_id=False
) -> tuple[nextcord.Embed | None, nextcord.File | None, list[dict] | None]:
# GraphQL Queries
# fmt: off
query_values = '''
Expand Down
Loading

0 comments on commit cae88ab

Please sign in to comment.