Files
DiscordBot-AutoTZ/README.md
2025-07-01 00:04:00 -04:00

39 lines
834 B
Markdown

# 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:
```bash
pip install -r requirements.txt
```
3. Create a `.env` file at the project root and add your Discord token:
```text
DISCORD_TOKEN=your_token_here
```
## Running
To run the bot, use the following command:
```bash
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.