- Notifications
You must be signed in to change notification settings - Fork17
Kotlin Discord bot framework.
License
NotificationsYou must be signed in to change notification settings
DiscordKt/DiscordKt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DiscordKt is a framework for creating Discord bots entirely in Kotlin.It uses Kord for direct interactions with the Discord API.
For API docs and examples, checkGitHub Pages. For something interactive, try theexample project.
dependencies { implementation("me.jakejmattson:DiscordKt:0.24.0")}
dependencies { implementation'me.jakejmattson:DiscordKt:0.24.0'}
<dependencies> <dependency> <groupId>me.jakejmattson</groupId> <artifactId>DiscordKt</artifactId> <version>0.24.0</version> </dependency></dependencies>
About
Kotlin Discord bot framework.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published