Categorygithub.com/bvisness/e18e-bot
repositorypackage
0.0.0-20240730053127-b4fa47f14e21
Repository: https://github.com/bvisness/e18e-bot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

e18e-bot

Now you can know how much the e has 18e'd.

How to run

  1. Make sure you have Go 1.21 or newer installed.

  2. Create a config file by copying the example:

    cp config/config.go.example config/config.go
    
  3. Create a Discord app and invite it to a server. Make sure it has the applications.commands and bot scopes. Add its application ID and bot token to the config.

  4. Run the bot:

    go run .