diff --git a/commands/misc/radio.ts b/commands/misc/radio.ts index c08c4bf..6db0733 100644 --- a/commands/misc/radio.ts +++ b/commands/misc/radio.ts @@ -52,7 +52,7 @@ export default commandModule({ connection.subscribe(player) player.play(resource) resource.volume!.setVolume(0.7) - ctx.reply({embeds: [embed], ephemeral: true}) + await ctx.reply({embeds: [embed], ephemeral: true}) } if (radioname === 'Rock FM') {