Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andakawa/discord_ktbot
Discord Bot Boilerplate written in Kotlin using JDA
https://github.com/andakawa/discord_ktbot
discord discord-bot jda kotlin
Last synced: about 2 months ago
JSON representation
Discord Bot Boilerplate written in Kotlin using JDA
- Host: GitHub
- URL: https://github.com/andakawa/discord_ktbot
- Owner: andakawa
- Created: 2018-06-15T10:57:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T17:54:08.000Z (about 6 years ago)
- Last Synced: 2024-03-11T23:37:24.768Z (10 months ago)
- Topics: discord, discord-bot, jda, kotlin
- Language: Kotlin
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Kotlin Bot
This Bot is written in Kotlin using [JDA](https://github.com/DV8FromTheWorld/JDA) and is here to provide a quick start for getting your first Discord Bot on your Server.
### Important
You need to [Create a new App on Discord](https://discordapp.com/developers/applications/me/create) and set it up as _Bot User_. Retrieve your token and paste it in the Settings.kt. The token is used to authenticate your Bot to the Discord Network otherwise it won't connect to any server.
# Functionalities
The Bot can recognize the typical Ping command.
This repo is designed to provide a simple template.
It's fairly easy to implement other command functionalities.Take a look at the Ping Command and how it's called in the Bot.kt
```Kotlin
val commands = listOf (
Ping(),
YourCommand(),
YourSecondCommand(),
andSoOn()
)
```### Installation
Just create a fork and start coding :)
Please check the JDA Repo for further information on how to use the API### Hosting
I suggest using DigitalOcean Droplets - you can get a Droplet for just 5$ a month