mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-24 13:59:08 +00:00
Wrong channel
This commit is contained in:
parent
efaa861902
commit
3b31f9453c
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ function sendToDiscordEmote(%msg,%channel)//emote filter will be applyed used in
|
|||
{
|
||||
if(discord.lastState $= "Connected")
|
||||
{
|
||||
discord.send("MSG" @ $discordBot::cmdSplit @ (%channel-1) @ $discordBot::cmdSplit @ "emote" @ $discordBot::cmdSplit @ %msg @ "\r\n");
|
||||
discord.send("MSG" @ $discordBot::cmdSplit @ (%channel) @ $discordBot::cmdSplit @ "emote" @ $discordBot::cmdSplit @ %msg @ "\r\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue