Skip to content

Context MenuΒΆ

This Section will explain how to create and use Context Menus!

The Idea is pretty straight-forward. Just register them like normal slash commands, then catch them when used, using Interaction Event Blocks and then you can continue like you want:

Image

Here is the Copyable version of the JSON Text:
{
    "name": "Translate",
    "type": 3
},
{
    "name": "Say Hello",
    "type": 2
}