woops, missed an extra bracket

This commit is contained in:
Kwoth
2021-09-17 01:08:20 +02:00
parent 2cbb4ecd3d
commit 3470762b30

View File

@@ -230,7 +230,7 @@ namespace NadekoBot.Modules.Music
return; return;
await _service.SetVolumeAsync(ctx.Guild.Id, vol); await _service.SetVolumeAsync(ctx.Guild.Id, vol);
await ReplyConfirmLocalizedAsync(strs.volume_set(vol))); await ReplyConfirmLocalizedAsync(strs.volume_set(vol));
} }
[NadekoCommand, Aliases] [NadekoCommand, Aliases]