Skip to content

Commit

Permalink
Remove AddAlias and RemoveAlias from ICommand interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Aug 5, 2022
1 parent 23b72df commit 99fc9fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/protocol/Edelstein.Protocol.Util.Commands/ICommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ public interface ICommand<in TContext> : ICommandExecutable<TContext>
string Description { get; }

IEnumerable<string> Aliases { get; }

void AddAlias(string alias);
void RemoveAlias(string alias);
}

0 comments on commit 99fc9fd

Please sign in to comment.