Fixed reload command log message

This commit is contained in:
Toastie 2025-02-03 02:01:36 +13:00
parent 79efcc7698
commit 3442ec317d
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -127,7 +127,7 @@ public class AdminCommands
Description = "Reloading bot application..."
}, true);
await LogChannel.Success(command.Channel.Mention + " reloaded the bot.");
await LogChannel.Success(command.User.Mention + " reloaded the bot.");
Logger.Log("Reloading bot...");
await SupportChild.Reload();