From cea903bc8142b00625b5c72f55dc9263e67311d6 Mon Sep 17 00:00:00 2001 From: Thunder Date: Thu, 31 Aug 2023 21:21:05 -0400 Subject: [PATCH] typo --- BLART/Commands/Muting/MuteCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }