예제 #1
0
 private void Pubsub_OnRaidGo(object sender, TwitchLib.PubSub.Events.OnRaidGoArgs e)
 {
     Logger.Instance.LogMessage(TracingLevel.DEBUG, $"*** OnRaidGo PubSub Target: {e.TargetDisplayName} Source: {e.ChannelId}");
 }
예제 #2
0
파일: QTCore.cs 프로젝트: dbqt/QTBot
 private void PubSubClient_OnRaidGo(object sender, TwitchLib.PubSub.Events.OnRaidGoArgs e)
 {
     Utilities.Log("PubSubClient_OnRaidGo");
 }