# README
Discord Bot
This Discord bot is designed to provide various functionalities, including weather information, reminders, language translation, and trivia games.
Features
1. Weather Command
Use !weather [city]
to get the current weather for a specific city.
2. Reminder Command
Set reminders with the !reminder
command. Example: !reminder date="02.02.2024" time="14:36" gmt="+6" text="Meeting with John"
3. Translation Command
Translate text from one language to another using the !translate
command. Example: !translate [en] [ru] Hello, how are you?
4. Trivia Game
Start a trivia game with the !trivia
command.
5. Help Command
Use !help
to get information about available commands and their usage.
Usage
- Start the chat with Discord bot.
- Use the available commands to interact with the bot.
Setup
-
Clone the repository:
git clone https://github.com/6adydoping/GoBot.git cd GoBot
-
Install dependencies:
go get -u ./...
-
Configure the bot:
- Set up environment variables or configuration files with your Discord bot token and other required credentials.
-
Run the bot:
go run main.go
Contributing
Feel free to contribute to the development of this Discord bot. If you have suggestions or find any issues, please open an issue or submit a pull request.