Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atridadl/himbot
A discord bot written in Golang
https://github.com/atridadl/himbot
discord golang
Last synced: 15 days ago
JSON representation
A discord bot written in Golang
- Host: GitHub
- URL: https://github.com/atridadl/himbot
- Owner: atridadl
- Created: 2023-05-29T05:19:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:53:49.000Z (about 2 months ago)
- Last Synced: 2024-11-20T21:35:42.120Z (about 2 months ago)
- Topics: discord, golang
- Language: Go
- Homepage:
- Size: 300 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HimBot
A discord bot written in Go.
## It's dangerous to go alone! Take this!
- Install Go 1.23.2 or higher (required)
## Running Locally
- Copy .env.example and rename to .env
- Create a Discord Bot with all gateway permissions enabled
- Generate a token for this discord bot and paste it in the .env for DISCORD_TOKEN
- Run `go run main.go` to run locally## Adding the bot to a server
Use the following link (replacing DISCORD_CLIENT_ID with your own bot's client ID of course...) to add your bot:
https://discord.com/oauth2/authorize?client_id=DISCORD_CLIENT_ID&scope=bot&permissions=8