a59242dbf43cc21be7774859c13aa4c619c0f1d9
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
python src/bot.py
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
Languages
Python
100%