Skip to content

mcguinnessdr/discord-time-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Time Bot

Discord Time Bot is designed to allow easy conversion of times into your own timezone.

Usage

First you need to set your timezone by using /set-timezone

image

Once that is done you can right click or long press on any message from someone that has set their timezone and select Apps > Get Time.

image image

You can use the /help command at any time to see these instructions.

Self Hosting

This bot requires the Bun runtime.

  1. Set up a Discord Bot Application.
  2. Clone the repository.
  3. Run bun install in the root of the cloned repository.
  4. Create a file called config.json in the root directory and fill it out with the information from the bot you created in step 1.

config.json:

{
    "token": string,
    "clientId": string,
}
  1. Run bun deploy-commands.
  2. Run bun start to start the bot.
  3. Add your bot's clientId to this url and go to it to invite the bot to your server: https://discord.com/api/oauth2/authorize?client_id=your client id here&permissions=274877908992&scope=bot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published