Edit info message to refer to readme

This commit is contained in:
Noi 2020-04-27 13:21:23 -07:00
parent fab6bd8080
commit fd02df765c
2 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>BirthdayBot</RootNamespace>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.4.3</Version>
<Version>1.4.5</Version>
<Authors>NoiTheCat</Authors>
<Company />
<Description>Discord bot for birthday reminders.</Description>

View file

@ -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 {