#Slash commands not registered.
1 messages · Page 1 of 1 (latest)
it is a guild id indeed
welp
Only thing really standing out to me is the sealed for the command class
Also, you never actually define Interaction
I only see it on line 16 and 53.
service provider calls the available ctor once the required service is get
Try a
Interaction = Services.GetRequiredService<InteractionService>();
As the first line in the handler, then replace all the other
Services.Get… with Interaction. See if your commands get registered then.