Skip to content

Commit bb46862

Browse files
JustaSqu1dLulalaby
authored andcommitted
Fix Example Typo/Syntax Error
1 parent d74278f commit bb46862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def guild_only() -> Callable:
9595
@bot.slash_command()
9696
@guild_only()
9797
async def test(ctx):
98-
await ctx.respond('You\'re in a guild.')
98+
await ctx.respond("You're in a guild.")
9999
100100
"""
101101

0 commit comments

Comments
 (0)