1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

Add /timestamp (#140)

Original idea from @Octol1ttle

---------

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-03 15:07:41 +03:00 committed by GitHub
parent 74a287ba72
commit 413b8a4781
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 105 additions and 1 deletions

View file

@ -1135,5 +1135,21 @@ namespace Octobot {
return ResourceManager.GetString("RandomOutput", resourceCulture);
}
}
internal static string TimestampTitle
{
get
{
return ResourceManager.GetString("TimestampTitle", resourceCulture);
}
}
internal static string TimestampOffset
{
get
{
return ResourceManager.GetString("TimestampOffset", resourceCulture);
}
}
}
}