Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byxor/nfa-bot
A discord bot for the THPS community in NFA (No Fun Allowed)
https://github.com/byxor/nfa-bot
Last synced: 5 days ago
JSON representation
A discord bot for the THPS community in NFA (No Fun Allowed)
- Host: GitHub
- URL: https://github.com/byxor/nfa-bot
- Owner: byxor
- Created: 2019-10-03T20:13:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T13:16:09.000Z (about 5 years ago)
- Last Synced: 2025-01-11T20:39:26.143Z (13 days ago)
- Language: Kotlin
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nfa-bot
A discord bot for the THPS community in NFA (No Fun Allowed)
### To run the bot:
```
./gradlew clean run --args ''
```* You must replace `` with a real discord token.
### To run the tests:
```
./gradlew clean test
```### To build an executable JAR file:
```
./gradlew clean build
``````
java -jar discord/build/libs/NFA_Bot_Discord.jar
```### Current features:
#### Ping pong
If you say `"Ping!"`, the bot will say `"Pong!"`. This is purely an experimental feature to get some of the architecture set up.
#### Tetris
If you say `"!tetris"`, the bot will say `"Boom, tetris for !"`. This is just a meme that will be switched off when the real bot is deployed.
#### THUG Pro Plus
If you say `"!thugproplus"`, the bot will give you a download link for the latest version of the mod.
#### THPS Videos
If you say `"!thpsvideo"`, the bot will serve up a random video from the [THPSVideos YouTube Channel](https://www.youtube.com/THPSVideos).