generated from nhcarrigan/template
fix: no misuse promises, actually respond to interaction
Node.js CI / Lint and Test (push) Successful in 56s
Node.js CI / Lint and Test (push) Successful in 56s
This commit is contained in:
@@ -104,4 +104,8 @@ export const handleChatCommand = async(
|
||||
serverId: guild.id,
|
||||
},
|
||||
});
|
||||
|
||||
await interaction.editReply({
|
||||
content: `This server's ${commandName} channel has been set to <#${channel.id}>.`,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user