Browse Source

[commands] Add missing command decorator to example

pull/10109/head
Willy 2 years ago
committed by dolfies
parent
commit
4cc810cd3f
  1. 1
      docs/ext/commands/commands.rst

1
docs/ext/commands/commands.rst

@ -1065,6 +1065,7 @@ If you want a more robust error system, you can derive from the exception and ra
return True
return commands.check(predicate)
@bot.command()
@guild_only()
async def test(ctx):
await ctx.send('Hey this is not a DM! Nice.')

Loading…
Cancel
Save