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> <OutputType>Exe</OutputType>
<RootNamespace>BirthdayBot</RootNamespace> <RootNamespace>BirthdayBot</RootNamespace>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.4.3</Version> <Version>1.4.5</Version>
<Authors>NoiTheCat</Authors> <Authors>NoiTheCat</Authors>
<Company /> <Company />
<Description>Discord bot for birthday reminders.</Description> <Description>Discord bot for birthday reminders.</Description>

View file

@ -158,9 +158,11 @@ Friend Class HelpInfoCommands
.Name = "Thank you for using Birthday Bot!", .Name = "Thank you for using Birthday Bot!",
.IconUrl = Discord.CurrentUser.GetAvatarUrl() .IconUrl = Discord.CurrentUser.GetAvatarUrl()
}, },
.Description = "Suggestions and feedback are always welcome. Please refer to the listing on Discord Bots " + .Description = "For more information regarding support, data retention, privacy, and other details, please refer to: " +
"(discord.bots.gg) for information on reaching my personal server. I may not be available often, but I am happy to " + "https://github.com/NoiTheCat/BirthdayBot/blob/master/Readme.md" + vbLf + vbLf +
"respond to feedback in due time." "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) Dim verstr = Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(3)
embed.AddField(New EmbedFieldBuilder With { embed.AddField(New EmbedFieldBuilder With {