Fixed reload command log message
This commit is contained in:
parent
79efcc7698
commit
3442ec317d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue