495ff9164b7905e85a9dc7fc85e888d712cac1fb
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
-
Clone the repository or download the project files.
-
Install the required dependencies:
pip install -r requirements.txt -
Create a
.envfile 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 listen for messages in the channels it has access to. When a user posts a time, the bot will convert it to a timestamp in the user's timezone and reply with the formatted timestamp.
Help
For any questions or issues, feel free to open an issue in the repository.
Description
Languages
Python
100%