We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4dbe1 commit 303d085Copy full SHA for 303d085
examples/app_commands/slash_cog.py
@@ -12,7 +12,7 @@ async def hello(self, ctx):
12
13
@slash_command() # Not passing in guild_ids creates a global slash command (might take an hour to register).
14
async def hi(self, ctx):
15
- await ctx.respond(f"Hi, this is a global slash command from a cog!")
+ await ctx.respond("Hi, this is a global slash command from a cog!")
16
17
def setup(bot):
18
bot.add_cog(Example(bot))
0 commit comments