SkillAgentSearch skills...

WorldTime

Discord bot for keeping track of user time zones.

Install / Use

/learn @NoiTheCat/WorldTime
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

World Time

A social time zone reference tool!

ko-fi

Documentation, help, resources

Running your own instance

You need:

  • .NET 10 (https://dotnet.microsoft.com/en-us/)
  • PostgreSQL (https://www.postgresql.org/)
  • A Discord bot token (https://discord.com/developers/applications)

Edit config.example.json as needed and save it as settings.json.

Set up the database and dependencies:

$ dotnet restore
$ dotnet tool restore
$ dotnet ef database update -- -c path/to/settings.json

Build the executable:

$ dotnet publish src/WorldTime/WorldTime.csproj -c Release -o . \
    -p:PublishSingleFile=true -p:DebugType=None

This will produce WorldTime.exe (Windows) or WorldTime (Linux/macOS). Place it wherever you like along with your settings.json. Requires .NET 10 runtime.

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated1mo ago
Forks3

Languages

C#

Security Score

90/100

Audited on Feb 15, 2026

No findings