This Discord bot is designed to provide various functionalities, including weather information, reminders, language translation, and trivia games.
Use !weather [city] to get the current weather for a specific city.
Set reminders with the !reminder command. Example: !reminder date="02.02.2024" time="14:36" gmt="+6" text="Meeting with John"
Translate text from one language to another using the !translate command. Example: !translate [en] [ru] Hello, how are you?
Start a trivia game with the !trivia command.
Use !help to get information about available commands and their usage.
- Start the chat with Discord bot.
- Use the available commands to interact with the bot.
-
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
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.