Skip to content

Instantly share code, notes, and snippets.

@LeoCx1000
LeoCx1000 / .README.md
Last active March 27, 2025 17:45
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 python file of your project, and import MentionableTree from it.

You can also use git clone [gist link] folder_name and then from folder_name import MentionableTree

@jwodder
jwodder / rst-hyperlinks.rst
Last active February 13, 2025 00:53
All About reStructuredText Hyperlinks