Discord specific fixes
This commit is contained in:
parent
4b07283a3d
commit
06b594e858
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ namespace Bot.CommandSystem
|
|||
if (parameters.type == "chat") sourceLoc = Destinations.DEST_LOCAL;
|
||||
else if (parameters.type == "group") sourceLoc = Destinations.DEST_GROUP;
|
||||
else if (parameters.type == "im") sourceLoc = Destinations.DEST_AGENT;
|
||||
else if (parameters.type == "discord") sourceLoc = Destinations.DEST_DISCORD;
|
||||
else sourceLoc = Destinations.DEST_LOCAL;
|
||||
|
||||
string agentName = parameters.fromName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue