#context menu command
1 messages · Page 1 of 1 (latest)
can you provide some code snippet
uhh
well you said without a command handler
so this wouldn't be a short snippet
hmm
await self.rest.create_context_menu_command(
application=app,
type=hikari.CommandType.USER,
name="test"
)
I dont see the command for some reason
restrted the bot many times
its only in one guild
have you tried reloading your discord app
Ctrl+R
also ngl, I would highly recommend you use a command handler if you're not building one yourself, that is
I'm guessing this either worked or your Discord client exploded
My bot is completely made out of just hikari. So I don't want to create any command handler
I got it working though
I mean
And yeah CTRL + R worked but the client was blank for a minute lol
if you hate yourself, you can just use hikari raw
but doing all the app command stuff specifically is hard
Its not because I hate myself, with a command handler its hard to achieve what I want

I made this bot
You can yry
People can make their own slash commands
just.. publically accessible :p
fair enough
Is that available in hikari too?
api.event_manager - API reference
