repositorypackage
0.0.0-20240730053127-b4fa47f14e21
Repository: https://github.com/bvisness/e18e-bot.git
Documentation: pkg.go.dev
# README
e18e-bot
Now you can know how much the e has 18e'd.
How to run
-
Make sure you have Go 1.21 or newer installed.
-
Create a config file by copying the example:
cp config/config.go.example config/config.go
-
Create a Discord app and invite it to a server. Make sure it has the
applications.commands
andbot
scopes. Add its application ID and bot token to the config. -
Run the bot:
go run .