Skip to content

Commit

Permalink
Fix Example Typo/Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
JustaSqu1d authored and Lulalaby committed Aug 24, 2022
1 parent d74278f commit bb46862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/commands/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def guild_only() -> Callable:
@bot.slash_command()
@guild_only()
async def test(ctx):
await ctx.respond('You\'re in a guild.')
await ctx.respond("You're in a guild.")
"""

Expand Down

0 comments on commit bb46862

Please sign in to comment.