diff --git a/BLART/Commands/Muting/MuteCommand.cs b/BLART/Commands/Muting/MuteCommand.cs index 3ecb2e6..f6a349a 100755 --- a/BLART/Commands/Muting/MuteCommand.cs +++ b/BLART/Commands/Muting/MuteCommand.cs @@ -35,7 +35,7 @@ public async Task Mute( if (user == Context.User) { - await RespondAsync("No, don't do it, you have to much to live for!"); + await RespondAsync("No, don't do it, you have too much to live for!"); return; }