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:
parent
74a287ba72
commit
413b8a4781
5 changed files with 105 additions and 1 deletions
16
src/Messages.Designer.cs
generated
16
src/Messages.Designer.cs
generated
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue