Customize replys and add DroneCI config

This commit is contained in:
Oliver Traber 2023-02-25 20:48:04 +01:00
parent c89f288b7d
commit 5f96a210ad
Signed by: Bluemedia
GPG key ID: C0674B105057136C
10 changed files with 30 additions and 11 deletions

View file

@ -32,6 +32,6 @@ export default class implements Command {
}
player.stop();
await interaction.reply('u betcha, stopped');
await interaction.reply('Playback stopped');
}
}