CaH . Fix start answers
This commit is contained in:
@@ -58,7 +58,7 @@ namespace LaDOSE.DiscordBot.Command
|
||||
|
||||
var q = Questions[rnd.Next(Questions.Count - 1)];
|
||||
|
||||
var s = q.Split('_', StringSplitOptions.RemoveEmptyEntries);
|
||||
var s = q.Split('_', StringSplitOptions.None);
|
||||
if (s.Length == 1)
|
||||
{
|
||||
response += q + " " + Answers[rnd.Next(Answers.Count - 1)];
|
||||
|
||||
Reference in New Issue
Block a user