You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageChannel(channel,"Who do you think you are? You don't have permission for that! Maybe get a job...make something of yourself. ¯\\_(ツ)_/¯").GetAwaiter().GetResult();
228
+
return;
229
+
}
230
+
231
+
if(_twitchPollingService==null){
232
+
MessageChannel(channel,"The twitch configuration has not been setup. Whoever manages this bot is pretty lazy tbh.").GetAwaiter().GetResult();
233
+
return;
234
+
}
235
+
236
+
if(arguments.Length!=3){
237
+
MessageChannel(channel,"That's not how you use this command, broski. Did you know that there's a **"+_botPrefix+_beefCommand+"** help command? It's like nobody even reads anything anymore.").GetAwaiter().GetResult();
MessageChannel(channel,"Who do you think you are? You don't have permission for that! Maybe get a job...make something of yourself. ¯\\_(ツ)_/¯").GetAwaiter().GetResult();
248
+
return;
249
+
}
250
+
251
+
if(_twitchPollingService==null){
252
+
MessageChannel(channel,"The twitch configuration has not been setup. Whoever manages this bot is pretty lazy tbh.").GetAwaiter().GetResult();
253
+
return;
254
+
}
255
+
256
+
if(arguments.Length!=3){
257
+
MessageChannel(channel,"That's not how you use this command yo. Did you know that there's a **"+_botPrefix+_beefCommand+"** help command? It's like nobody even reads anything anymore.").GetAwaiter().GetResult();
MessageChannel(channel,"Who do you think you are? You don't have permission for that! Maybe get a job...make something of yourself. ¯\\_(ツ)_/¯").GetAwaiter().GetResult();
268
+
return;
269
+
}
270
+
271
+
if(_twitchPollingService==null){
272
+
MessageChannel(channel,"The twitch configuration has not been setup. Whoever manages this bot is pretty lazy tbh.").GetAwaiter().GetResult();
273
+
return;
274
+
}
275
+
276
+
if(arguments.Length!=2){
277
+
MessageChannel(channel,"That's not how you use this command yo. Did you know that there's a **"+_botPrefix+_beefCommand+"** help command? It's like nobody even reads anything anymore.").GetAwaiter().GetResult();
help+="\t **%beef% undo** - Undoes the last change to the ladder (renames, wins, etc..).\n";
596
676
help+="\t **%beef% enableDynamicChannels** - Enables dynamic channels (default). If there are dynamic channels set, the bot will ensure there is always exactly 1 empty of each configured dynamic channel.\n";
597
677
help+="\t **%beef% disableDynamicChannels** - Disables dynamic channels. If there are dynamic channels set, the bot will no longer ensure there is always exactly 1 empty of each configured dynamic channel.\n";
678
+
help+="\t **%beef% monitor <TwitchStreamLink>** - Starts monitoring the given twitch stream and notifies the configured channel when they go live. <TwitchStreamLink> must be of the form https://www.twitch.tv/twitchname \n";
679
+
help+="\t **%beef% unmonitor <TwitchStreamLink>** - Stops monitoring the given twitch stream and no longer notifies the configured channel when they go live. <TwitchStreamLink> must be of the form https://www.twitch.tv/twitchname \n";
680
+
help+="\t **%beef% listMonitoredStreams** - Lists the channels being monitored currently.\n";
598
681
help+="\t **%beef% version** - Prints the version of BeefBot\n";
0 commit comments