diff --git a/bot/bot/ConditionHolder.cs b/bot/bot/ConditionHolder.cs index 9d868e2..6411272 100644 --- a/bot/bot/ConditionHolder.cs +++ b/bot/bot/ConditionHolder.cs @@ -6,7 +6,9 @@ using System.Threading.Tasks; namespace bot { class ConditionHolder { - public ConditionHolder(string conditions) { + + + public ConditionHolder(string condstring) { } } diff --git a/bot/bot/bot.csproj b/bot/bot/bot.csproj index a8ee87f..49a5b88 100644 --- a/bot/bot/bot.csproj +++ b/bot/bot/bot.csproj @@ -74,6 +74,7 @@ +