https://github.com/xikodev/timesheriff
TimeSheriff helps your community stay in sync across the globe. It lets users set their timezone, view each other’s local times, and coordinate events effortlessly - no more mental math or missed pings!
https://github.com/xikodev/timesheriff
discord discord-bot discordjs timezone
Last synced: 3 months ago
JSON representation
TimeSheriff helps your community stay in sync across the globe. It lets users set their timezone, view each other’s local times, and coordinate events effortlessly - no more mental math or missed pings!
- Host: GitHub
- URL: https://github.com/xikodev/timesheriff
- Owner: xikodev
- License: other
- Created: 2025-07-21T19:00:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-13T11:08:47.000Z (8 months ago)
- Last Synced: 2026-04-12T11:49:56.713Z (3 months ago)
- Topics: discord, discord-bot, discordjs, timezone
- Language: JavaScript
- Homepage: http://timesheriff.xyz/
- Size: 879 KB
- Stars: 45
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TimeSheriff
**TimeSheriff** is a lightweight, privacy-conscious Discord bot that helps users manage and view timezones — perfect for global communities, study groups, and gaming guilds.
> ⚠️ All user data is private. No analytics, no tracking. Users can remove their data at any time using `/deleteinfo`.
---
## 🛠 Features
- `/settimezone [timezone]` – Set your own timezone with autocomplete
- `/gettime [user]` – View the local time of any user who has set their timezone
- `/timezones [region]` – Browse available timezones (filterable by region: Europe, Asia, etc.)
- `/deleteinfo` – Permanently delete your stored timezone
- `/about` – Learn more about the bot
- `/help` – Get a list of all commands
---
## 🚀 Getting Started
To add TimeSheriff to your server, [invite the bot](https://discord.com/oauth2/authorize?client_id=1396929073107832933) with appropriate permissions (use `applications.commands` and `bot` scopes).
---
## 🔐 Privacy & Terms
- [Privacy Policy](./PRIVACY.md)
- [Terms of Service](./TERMS.md)
- License: **All Rights Reserved** – You may not copy, modify, or redistribute any part of this software. See [LICENSE](./LICENSE).
---
## 📦 Tech Stack
- [discord.js](https://discord.js.org/) for bot interactions
- [MySQL](https://www.mysql.com/) for secure data storage
- [moment-timezone](https://momentjs.com/timezone/) for timezone logic