2025-07-01 00:04:00 -04:00
2025-06-30 23:55:36 -04:00
2025-07-01 00:04:00 -04:00
2025-06-30 23:55:36 -04:00

Discord Bot Time Converter

Simple bot that reads time posted in a channel and converts it to a timestamp in the user's timezone.

Prerequisites

Before getting started, make sure you have Python and pip installed on your machine.

Installation

  1. Clone the repository or download the project files.

  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Create a .env file at the project root and add your Discord token:

    DISCORD_TOKEN=your_token_here
    

Running

To run the bot, use the following command:

python src/bot.py

Usage

Once the bot is online, it will respond "Hello World" every time a user sends "Hello" in a channel where the bot has access.

Help

For any questions or issues, feel free to open an issue in the repository.

Description
No description provided
Readme 30 KiB
Languages
Python 100%