Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbalab/lbaquotes-discord
Discord App Bot to interact with Little Big Adventure series Quotes
https://github.com/lbalab/lbaquotes-discord
Last synced: 4 days ago
JSON representation
Discord App Bot to interact with Little Big Adventure series Quotes
- Host: GitHub
- URL: https://github.com/lbalab/lbaquotes-discord
- Owner: LBALab
- License: mit
- Created: 2019-01-13T12:09:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T17:25:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-29T18:26:21.050Z (almost 2 years ago)
- Language: JavaScript
- Size: 950 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lbaquotes-discord
Discord App Bot to interact with Little Big Adventure series Quotes# Usage
Join the Voice channel to hear the original game audio.Command types:
```
!ping - to known if bot is alive!lba1 - for random quotes (text only)
!lba1 1 - for specific entry
!lba1 zoe - for random quote with keyword!lba2 - for random quotes including voice sample streaming
!lba2 2 - for specific entry
!lba2 twinsen - for random quote with keyword
```
Experimental command to register the character who says the quote:```
!inventory [id] - display inventory item
!inventory [id] [name] [portrait url] - create an inventory item
!inventory magicball
!inventory magicball Magic_Ball!character [id] - display character portrait
!character [id] [name] [race] [portrait url] - display character portrait
!character jerome Jérôme_Baldino grobo!who [game] [entry] [character id]
!who lba1 1 twinsen
!who lba2 5 twinsen
```
Note: inventory items and character portrait images can be found at http://twinsuniverse.xesf.net/Main_PageInactive feature:
- The bot will randomly add a game quote every 3h on #lba-quotes.# Enhancements List
* Help command with usage intructions
* Add LBA2 multi-language text and voice
* Add LBA1 voice samples
* Add LBA1 multi-language text and voice
* Add fan based text translations
* Add special translations (Russion, Japonese)
* Play LBA1 and LBA2 soundtracks
* Improve code readibility
* Remove duplication code
* Separate commands in their own func/file