Discord Bot Chat Problem Help Please
#2

Your best bet is to add the following code to your DCC_OnChannelMessage callback:

Код:
if(strcmp(user_name, "Your_Bot_Name", true) == 0) return 0;
(make sure you add this code after the user_name variable is declared)

obviously replacing Your_Bot_Name with the username of your bot.

This will block the bot from sending the message in-game.
Reply


Messages In This Thread
Discord Bot Chat Problem Help Please - by RJTabish - 05.01.2019, 16:11
Re: Discord Bot Chat Problem Help Please - by Chyakka - 05.01.2019, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)