Skip to content

Instantly share code, notes, and snippets.

@LazerK3
LazerK3 / 1-primer.md
Created November 22, 2022 08:06 — forked from AbstractUmbra/00-deprecation.md
discord.py 2.0+ slash command info and examples

Slash Commands and you

This short example will cover how to make slash commands within an ext.commands.Bot's extension and Cog ecosystem.

This will cover most slash situations within discord.py

I added how this command would be invoked in the doc strings.

This does not account for the fact you still need to sync Bot.tree somewhere, please remember to do this.