mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added an alias that can be used with the discord command instead of the profile id.
This commit is contained in:
parent
440085f5d3
commit
327103182c
15 changed files with 507 additions and 283 deletions
|
|
@ -4,5 +4,5 @@ using System.Threading;
|
|||
|
||||
namespace ServerManagerTool.DiscordBot.Delegates
|
||||
{
|
||||
public delegate IList<string> HandleCommandDelegate(CommandType commandType, string serverId, string channelId, string profileId, CancellationToken token);
|
||||
public delegate IList<string> HandleCommandDelegate(CommandType commandType, string serverId, string channelId, string profileIdOrAlias, CancellationToken token);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue