mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-05 00:47:20 +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);
|
entry.Add(command.Value.Name, command.Value.ShortHelp);
|
||||||
}
|
}
|
||||||
var sb = new StringBuilder();
|
var sb = new StringBuilder();
|
||||||
Console.WriteLine(dic.Count);
|
|
||||||
foreach (var entry in dic)
|
foreach (var entry in dic)
|
||||||
{
|
{
|
||||||
sb.Append($"**{entry.Key}**\n");
|
sb.Append($"**{entry.Key}**\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user