mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-02 23:57:19 +00:00
Fixed ban command not messaging the reason
This commit is contained in:
parent
895229e872
commit
06c0bf1429
@ -101,7 +101,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
||||
string desc = "No reason was given.";
|
||||
if (!string.IsNullOrWhiteSpace(reason))
|
||||
{
|
||||
desc = "The given reason was: " + desc;
|
||||
desc = "The given reason was: " + reason;
|
||||
}
|
||||
|
||||
var eb = EmbedFactory.GetStandardEmbedBuilder();
|
||||
|
Loading…
x
Reference in New Issue
Block a user