Living Water
Living Water
SIASapphire - Imagine a framework
Created by Living Water on 6/10/2023 in #discordjs-support
TypeScript ModMail
In TypeScript: How do I have a bot send a message for a user to react, remove the reaction once reacted, and then D.M. the user? I'm trying to make a modmail bot in TypeScript but have no idea how.
35 replies
SIASapphire - Imagine a framework
Created by Living Water on 5/19/2023 in #discordjs-support
typescript error
why am i getting these errors error TS2503: Cannot find namespace 'ChatInputCommand'. 9 public override registerApplicationCommands(registry: ChatInputCommand.Registry) { ~~~~ commands/ping.ts:9:57 - error TS4073: Parameter 'registry' of public method from exported class has or is using private name 'ChatInputCommand'. 9 public override registerApplicationCommands(registry: ChatInputCommand.Registry) {
5 replies
SIASapphire - Imagine a framework
Created by Living Water on 5/12/2023 in #discordjs-support
typescript: slash command
how do i create a slash command in typescript inside the index file
8 replies