All Projects → DiscordKt → DiscordKt

DiscordKt / DiscordKt

Licence: MIT License
Kotlin Discord bot framework.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to DiscordKt

Void
Fast and elegant file hosting service.
Stars: ✭ 48 (+11.63%)
Mutual labels:  discord-bot
Calcifer
Run Pomodoro timers on Discord. It also uses a database for your study habit stats.
Stars: ✭ 36 (-16.28%)
Mutual labels:  discord-bot
discord-coc-war-announcer
A node.js discord bot written to monitor the Clash of Clans API and announce war attacks to a discord channel. spAnser#2031
Stars: ✭ 23 (-46.51%)
Mutual labels:  discord-bot
discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (+6.98%)
Mutual labels:  discord-bot
albion-discord-bot
Discord Bot for Albion Online that: fetch market prices, search players/guilds, and more!
Stars: ✭ 27 (-37.21%)
Mutual labels:  discord-bot
Amigo
A multifunctional discord.js bot (now with dashboard)
Stars: ✭ 35 (-18.6%)
Mutual labels:  discord-bot
Licensy
Discord bot that manages expiration of roles with subscriptions!
Stars: ✭ 47 (+9.3%)
Mutual labels:  discord-bot
DiscordStorage
Use Discord servers to store files
Stars: ✭ 64 (+48.84%)
Mutual labels:  discord-bot
Belphegor
A personal discord bot written in python.
Stars: ✭ 13 (-69.77%)
Mutual labels:  discord-bot
Recording-Bot
A bot built to record and transcribe audio fragments from Discord.
Stars: ✭ 22 (-48.84%)
Mutual labels:  discord-bot
hikari-intro
An introduction to hikari, complete with different examples for different command handlers.
Stars: ✭ 17 (-60.47%)
Mutual labels:  discord-bot
todobot
📝🤖 Simple, efficient and most importantly elegant TODO Bot. A virtual TODO List right inside your Discord server!
Stars: ✭ 32 (-25.58%)
Mutual labels:  discord-bot
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (-30.23%)
Mutual labels:  discord-bot
ticketbot
Discord.js Ticket bot using Quick.db (DJS V11)
Stars: ✭ 49 (+13.95%)
Mutual labels:  discord-bot
corde
🤖 A simple e2e library for testing Discord Bots 🚀
Stars: ✭ 60 (+39.53%)
Mutual labels:  discord-bot
RPICovidScraper
scraper for Rensselaer Polytechnic Institute (RPI)'s Covid Dashboard
Stars: ✭ 12 (-72.09%)
Mutual labels:  discord-bot
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (-48.84%)
Mutual labels:  discord-bot
WaifuBot
discord waifu / husbando gacha bot
Stars: ✭ 36 (-16.28%)
Mutual labels:  discord-bot
talkbot
Text-to-speech and translation bot for Discord
Stars: ✭ 27 (-37.21%)
Mutual labels:  discord-bot
windows-bot-template
A D++ Discord Bot template for Visual Studio 2019 (Windows x64 and x86) - Ready to go, just add your code!
Stars: ✭ 15 (-65.12%)
Mutual labels:  discord-bot

Discord Banner
Kotlin Kord Version
Discord JakeyWakey#1569

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, check GitHub Pages. For something that you can interact with, try the example project.

Gradle (Kotlin)

dependencies {
    implementation("me.jakejmattson:DiscordKt:0.22.0")
}

Gradle (Groovy)

dependencies {
    implementation 'me.jakejmattson:DiscordKt:0.22.0'
}

Maven

<dependencies>
    <dependency>
        <groupId>me.jakejmattson</groupId>
        <artifactId>DiscordKt</artifactId>
        <version>0.22.0</version>
    </dependency>
</dependencies>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].