Hi there! This is the repository for the Tech Hangout Community Bot. You are welcome to contribute to this project by submitting a pull request.
To get started, you'll need to have a Discord account.
- Create a Discord account if you don't have one already.
- Create a new bot application on the Discord Developer Portal.
- Generate a bot token for your bot application. To do this, go to the "Bot" tab on the application page and click "Generate New Token".
- Copy the bot token and save it for later.
Once you have your bot token, you can use it to connect to the Discord API and start interacting with the bot.
To use the bot, you'll need to have a Discord server with a channel where the bot can join.
Run the bot with the following command:
BOT_TOKEN=<your-bot-token-here> go run main.go
The bot will connect to the Discord API and start listening for messages in the channel.
If you'd like to contribute to this project, you can submit a pull request on GitHub. Please make sure to follow the project's coding style and add tests for any new features or bug fixes.