Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/der-fruhling/discord-kotlin-template


https://github.com/der-fruhling/discord-kotlin-template

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

[Check out Kord](https://github.com/kordlib/kord), the library this template uses. As of writing this,
Kord is in an experimental phase.

# Your project here

Explain what your project is about over here!

## Running the bot

[Make sure you rewrite this section!]

This template requires the `BOT_TOKEN` environment variable to be set to the Discord-provided bot token.
Kord will use this to connect to Discord and interact with its APIs. It also requires the `GUILD_ID`
environment variable, which must contain the id of the guild that the bot is added to. This is very
useful for testing, as Discord likes to cache global commands for an hour, making them take a while to
update.