diff --git a/BirthdayBot/BirthdayBot.vbproj b/BirthdayBot/BirthdayBot.vbproj index 2644478..c27301d 100644 --- a/BirthdayBot/BirthdayBot.vbproj +++ b/BirthdayBot/BirthdayBot.vbproj @@ -4,7 +4,7 @@ Exe BirthdayBot netcoreapp2.1 - 1.4.3 + 1.4.5 NoiTheCat Discord bot for birthday reminders. diff --git a/BirthdayBot/UserInterface/HelpInfoCommands.vb b/BirthdayBot/UserInterface/HelpInfoCommands.vb index 5b5fa0a..1eebb8b 100644 --- a/BirthdayBot/UserInterface/HelpInfoCommands.vb +++ b/BirthdayBot/UserInterface/HelpInfoCommands.vb @@ -158,9 +158,11 @@ Friend Class HelpInfoCommands .Name = "Thank you for using Birthday Bot!", .IconUrl = Discord.CurrentUser.GetAvatarUrl() }, - .Description = "Suggestions and feedback are always welcome. Please refer to the listing on Discord Bots " + - "(discord.bots.gg) for information on reaching my personal server. I may not be available often, but I am happy to " + - "respond to feedback in due time." + .Description = "For more information regarding support, data retention, privacy, and other details, please refer to: " + + "https://github.com/NoiTheCat/BirthdayBot/blob/master/Readme.md" + vbLf + vbLf + + "This bot is provided for free, without any intention to add premium, pay-only features. " + + "If you find this bot helpful, please consider contributing towards my operating costs " + + "via Patreon: https://www.patreon.com/noibots." } Dim verstr = Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(3) embed.AddField(New EmbedFieldBuilder With {