TimezoneDB: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
No edit summary
(list other mod's implementations of this plugin)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[https://github.com/Vendicated/Vencord/pull/376 TimezoneDB] is a plugin that hasnt been merged into Vencord since December 2022.
TimezoneDB is a plugin that has been implemented for multiple mods:
* [https://github.com/Vendicated/Vencord/pull/376 Vencord]
* [https://github.com/nyakowint/AliuPlugins/tree/main/Timezones Aliucord]
* [https://github.com/yellowsink/shelter-plugins/tree/master/plugins/timezones shelter]
 
It has not been merged into Vencord since it was created in December 2022.
 
The plugin lets you assign a specific timezone to any user (saved locally) and displays their local time in commonly viewed locations, such as their profile and message timestamps.
The plugin also uses an instance of [https://github.com/rushiimachine/timezonedb TimezoneDB] [https://timezonedb.catvibers.me/ hosted] by [[AAGaming]] to retrieve other people's timezones that have set one publicly.
 
To make your timezone public, go to https://timezonedb.catvibers.me and sign in using Discord. Your timezone will automatically be set to your browser's current timezone.
 


The plugin lets you put timezones to anyones profile, and shows it in their messages.
Plugin also uses TimezoneDB API to automaticly fetch timezones of users that registered into TimezoneDB.
[[Category:Plugins]]
[[Category:Plugins]]
[[Category:Plugins that never got merged]]
[[Category:Vencord Plugins]]

Latest revision as of 17:52, 11 March 2024

TimezoneDB is a plugin that has been implemented for multiple mods:

It has not been merged into Vencord since it was created in December 2022.

The plugin lets you assign a specific timezone to any user (saved locally) and displays their local time in commonly viewed locations, such as their profile and message timestamps. The plugin also uses an instance of TimezoneDB hosted by AAGaming to retrieve other people's timezones that have set one publicly.

To make your timezone public, go to https://timezonedb.catvibers.me and sign in using Discord. Your timezone will automatically be set to your browser's current timezone.