mirror of
https://github.com/Mestima/luna.git
synced 2025-06-27 12:49:30 +00:00
ping command api parameter added
This commit is contained in:
@ -4,7 +4,7 @@ export default {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('ping')
|
||||
.setDescription('Replies with Pong!'),
|
||||
async execute(interaction) {
|
||||
async execute(interaction, api) {
|
||||
await interaction.reply('Pong!');
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user