summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/HeldList.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Commands/HeldList.cs')
-rw-r--r--DiscoBot/Commands/HeldList.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Commands/HeldList.cs b/DiscoBot/Commands/HeldList.cs
index ab4e794..a8f26e0 100644
--- a/DiscoBot/Commands/HeldList.cs
+++ b/DiscoBot/Commands/HeldList.cs
@@ -15,7 +15,7 @@
public class Held : ModuleBase
{
- [Command("held"), Summary("gibt Heldenwerte aus")]
+ //[Command("held"), Summary("gibt Heldenwerte aus")]
[Alias("Held", "Wert", "Werte", "werte", "char", "Char")]
public async Task ListAsync([Summary("Werte")] params string[] prop_list)
{