From 52c03011db5d3c72e04e4204933ca7fd659c5a97 Mon Sep 17 00:00:00 2001 From: Voltstro Date: Tue, 24 Dec 2019 18:57:54 +1000 Subject: [PATCH] Changed Version to 1.0.0, comment out a feature until its fixed --- src/Pootis-Bot/Events/ChannelEvents.cs | 3 ++- src/Pootis-Bot/Pootis-Bot.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Pootis-Bot/Events/ChannelEvents.cs b/src/Pootis-Bot/Events/ChannelEvents.cs index 6b4da7f2..348edd8e 100644 --- a/src/Pootis-Bot/Events/ChannelEvents.cs +++ b/src/Pootis-Bot/Events/ChannelEvents.cs @@ -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); } } } \ No newline at end of file diff --git a/src/Pootis-Bot/Pootis-Bot.csproj b/src/Pootis-Bot/Pootis-Bot.csproj index 06899f29..d4de78c8 100644 --- a/src/Pootis-Bot/Pootis-Bot.csproj +++ b/src/Pootis-Bot/Pootis-Bot.csproj @@ -13,7 +13,7 @@ https://pootis-bot.creepysin.com https://github.com/Creepysin/Pootis-Bot Pootis-Bot, an all in one C# Discord.NET Bot - 0.3.6 + 1.0.0