afterglow
afterglow
RNARuby - Not A Framework
Created by afterglow on 3/28/2025 in #ruby-not-support
What am I supposed to trust, the basic slash command registering? Or the Wiki's Commands section?
Stuff under Creating a basic slash command seems to be heavily outdated, it says the type is Command.Registry in some parts, but vscode is never actually auto completing to that. Instead it auto completes to ApplicationCommandRegistery type, and Awaitable stuff as the return of registerApplicationCommands, it started to be totally different approach here, then I saw fetchReply is also outdated, and the new one, which is withResponse is no where similar to be usable in isMessageInstance, is it basically an outdated guide from start to end? So I should only continue with next pages? Commands examples under Commands section also uses ApplicationCommandRegistry rather than stuff under Command namespace
9 replies