Skip to content

Commit

Permalink
style(isitreadonlyfriday): format
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Aug 9, 2024
1 parent 1c93578 commit 957ab89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion isitreadonlyfriday/isitreadonlyfriday.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ async def isitreadonlyfriday(self, ctx: commands.Context, offset: int = 0) -> No

@app_commands.command(name="isitreadonlyfriday")
async def app_isitreadonlyfriday(
self, interaction: discord.Interaction, offset: app_commands.Range[int, -12, 12] = 0
self,
interaction: discord.Interaction,
offset: app_commands.Range[int, -12, 12] = 0,
):
"""Tells you if it's read-only Friday!
Expand Down

0 comments on commit 957ab89

Please sign in to comment.