Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tankerkiller125/DiscordDevRant
devRant Bot for Discord (Put latest post in channel, refrence post, etc.)
https://github.com/tankerkiller125/DiscordDevRant
devrant discord discord-bot kotlin
Last synced: 3 months ago
JSON representation
devRant Bot for Discord (Put latest post in channel, refrence post, etc.)
- Host: GitHub
- URL: https://github.com/tankerkiller125/DiscordDevRant
- Owner: tankerkiller125
- License: mit
- Created: 2017-09-07T02:10:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T17:44:17.000Z (almost 5 years ago)
- Last Synced: 2024-06-23T12:41:08.598Z (5 months ago)
- Topics: devrant, discord, discord-bot, kotlin
- Language: Java
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-devrant - DiscordDevRant - devRant Bot for Discord (Put latest post in channel, reference post, etc.) (Uncategorized / Uncategorized)
README
# devRant Discord Bot
##### Running the Bot (Development)
Running the bot in development (Intellij)
1. Make a new Run configuration using the Kotlin template
2. Remove default "Before Run" task
3. Add Maven Build "Before Run" task
4. Set main class as `ml.rhodes.bots.discord.devrant.Main`
5. Set first program argument as the bot token
6. Set VM options to `-XX:+UnlockCommercialFeatures -XX:+FlightRecorder` if you want Java Mission Control Flight Recorder