From f6edadbfcadbc9e38e22500a496a74dd49d96d8a Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Fri, 1 Jun 2018 11:25:03 +0100 Subject: added Permissions Class for easy Permission required commands --- DiscoBot/Commands/List.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DiscoBot/Commands/List.cs') diff --git a/DiscoBot/Commands/List.cs b/DiscoBot/Commands/List.cs index ca92088..41fa3d9 100644 --- a/DiscoBot/Commands/List.cs +++ b/DiscoBot/Commands/List.cs @@ -6,6 +6,7 @@ using System.Text; using System.Threading.Tasks; + using DiscoBot.Audio; using DiscoBot.Auxiliary; using DiscoBot.Characters; @@ -57,6 +58,11 @@ res.AddRange( character.Talente.Select(s => s.Name)); break; + case "sound": + case "sounds": + res.AddRange( + Enum.GetNames(typeof(Sound))); + break; case "v": case "vt": case "vor": -- cgit v1.2.3-54-g00ecf