small change, ready for external prefixes

This commit is contained in:
Master Kwoth
2016-03-11 12:08:20 +01:00
parent dc8769d661
commit 50cd1f50b5
22 changed files with 124 additions and 125 deletions

View File

@ -4,7 +4,7 @@ using NadekoBot.Commands;
namespace NadekoBot.Modules {
internal abstract class DiscordModule : IModule {
protected readonly HashSet<IDiscordCommand> commands = new HashSet<IDiscordCommand>();
protected readonly HashSet<DiscordCommand> commands = new HashSet<DiscordCommand>();
public abstract string Prefix { get; }