No description
  • Java 98.7%
  • Dockerfile 1.3%
Find a file
2020-05-31 21:45:06 +02:00
data require an approximately valid hour number 2020-05-31 21:45:06 +02:00
gradle gradle 2019-12-04 14:23:53 +01:00
src/main Server Patches (#31) 2020-05-19 21:31:39 +02:00
.dockerignore add docker config 2019-12-01 16:50:44 +01:00
.gitignore Update .gitignore 2019-12-04 14:33:27 +01:00
build.gradle Bump jackson-databind from 2.10.1 to 2.10.2 (#23) 2020-02-25 16:22:46 +01:00
docker-compose.yml Update docker-compose.yml 2019-12-01 17:31:44 +01:00
Dockerfile oops 2019-12-01 17:13:02 +01:00
gradlew more gradle updates yay 2019-12-02 14:37:45 +01:00
gradlew.bat update 2019-12-02 14:37:24 +01:00
LICENSE Initial commit 2019-05-26 10:28:33 +02:00
README.md typo 2019-05-26 10:55:02 +02:00
settings.gradle Initial commit 2019-05-26 10:28:33 +02:00

T-Zero makes communicating over different timezone as easy as it has never been!

T-Zero will scan all messages that it can recieve for times and lets you convert those times into your timezone easily Demonstration

Click here to invite T-Zero to your discord guild

Setting up T-Zero

There is no such thing as "setup" required for T-Zero. It only requires a timezone being set by every user. This is done by issuing the following command: tzero!set <Timezone>

If a user has once defined their timezone, it is global and does not need to be set for every server.

Timezones are parsed using [TimeZone#getTimeZone](https://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html#getTimeZone(java.lang.String) in the Java runtime. Valid schemes can be found in the TimeZone documentation for the Oracle Java Runtime.

Basically, values based on the Greenwich Mean Time (GMT), like GMT+2 are allowed. Locations, like cities or countries are not allowed.

All TempVoicer commands

VoiceChannel commands

Command Description Notes
tzero!set <Timezone> Define your own timezone. This setting is global. See this documentation for which values are allowed.

Other commands

Command Description Notes
tzero!help [Command] Shows all available commands, or information about a specific command
tzero!property [<Property Name> [New Value]] Setup command Requires the Manage Server permission for usage
tzero!invite Sends you an Invite-link for the bot via DM