Skip to content

Commit

Permalink
Changed Version to 1.0.0, comment out a feature until its fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Dec 24, 2019
1 parent c9dad58 commit 52c0301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Pootis-Bot/Events/ChannelEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public async Task ChannelDestroyed(SocketChannel channel)
BotCheckServerSettings.CheckServerActiveVoiceChannels(server);

//Check the bot's rule message channel
await BotCheckServerSettings.CheckServerRuleMessageChannel(server);
//TODO: When you delete a channel, even though its not the channel were the rule message is located, this will still be triggered and disable the rule reaction feature
//await BotCheckServerSettings.CheckServerRuleMessageChannel(server);
}
}
}
2 changes: 1 addition & 1 deletion src/Pootis-Bot/Pootis-Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://pootis-bot.creepysin.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/Creepysin/Pootis-Bot</RepositoryUrl>
<Description>Pootis-Bot, an all in one C# Discord.NET Bot</Description>
<Version>0.3.6</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 52c0301

Please sign in to comment.