mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 13:54:36 +00:00
Update TZ information help text
This commit is contained in:
parent
a8624ce3ec
commit
b711fec302
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<Version>2.3.1</Version>
|
<Version>2.3.2</Version>
|
||||||
<PackageId>BirthdayBot</PackageId>
|
<PackageId>BirthdayBot</PackageId>
|
||||||
<Authors>NoiTheCat</Authors>
|
<Authors>NoiTheCat</Authors>
|
||||||
<Product>BirthdayBot</Product>
|
<Product>BirthdayBot</Product>
|
||||||
|
|
|
@ -100,8 +100,9 @@ namespace BirthdayBot.UserInterface
|
||||||
{
|
{
|
||||||
const string tzhelp = "You may specify a time zone in order to have your birthday recognized with respect to your local time. "
|
const string tzhelp = "You may specify a time zone in order to have your birthday recognized with respect to your local time. "
|
||||||
+ "This bot only accepts zone names from the IANA Time Zone Database (a.k.a. Olson Database).\n\n"
|
+ "This bot only accepts zone names from the IANA Time Zone Database (a.k.a. Olson Database).\n\n"
|
||||||
+ "These names can be found at the following link, under the 'TZ database name' column: " +
|
+ "To find your zone: https://xske.github.io/tz/" + "\n"
|
||||||
"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones";
|
+ "Interactive map: https://kevinnovak.github.io/Time-Zone-Picker/" + "\n"
|
||||||
|
+ "Complete list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones";
|
||||||
var embed = new EmbedBuilder();
|
var embed = new EmbedBuilder();
|
||||||
embed.AddField(new EmbedFieldBuilder()
|
embed.AddField(new EmbedFieldBuilder()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue