mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-03 08:07:19 +00:00
Removed debug line
This commit is contained in:
parent
ac79b1e4de
commit
c2120cd302
@ -28,7 +28,6 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
||||
entry.Add(command.Value.Name, command.Value.ShortHelp);
|
||||
}
|
||||
var sb = new StringBuilder();
|
||||
Console.WriteLine(dic.Count);
|
||||
foreach (var entry in dic)
|
||||
{
|
||||
sb.Append($"**{entry.Key}**\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user