Skip to content

Instantly share code, notes, and snippets.

View PaulMarisOUMary's full-sized avatar

Paul Maris PaulMarisOUMary

View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 6, 2024 00:49
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@LeoCx1000
LeoCx1000 / ___README.md
Last active August 25, 2024 15:24
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.