Skip to content

Instantly share code, notes, and snippets.

@LeoCx1000
LeoCx1000 / ___README.md
Last active May 31, 2024 18:20
Mentionable CommandTree implementation to allow mentioning slash commands in discord.py

discord.py MentionableTree implementation

My implementation of a CommandTree subclass which allows for finding a mention for a given app command.

How to use?

Just copy the entire third file into a new file python of your project, and import it.

Additions to the default CommandTree.