Advanced Search
Search Results
9 total results found
External
RabbitLabs
Card Drop
Random Bunny
VylBot
Cards
This document will describe how to add cards to the bot. This is from the perspective of the development side and doesn't go into details of syncing from an external place such as with the Google Drive Sync function. The cards will be put into the $DATA_DIR/ca...
Google Drive Sync
The bot relies on an external sync between the local file system and Google Drive in order to get newer cards to the bot. This is done using Rclone. The process for this is done by once the /gdrivesync command is executed by an admin user of the bot, which cal...
CLI
Since Version 2.2, Random Bunny contains a command line interface (CLI). Downloads The project can be downloaded as a binary for your system via the GitHub Releases or Forgejo Releases page. We currently support: Linux (x64) Windows (x64) The git repository ...
Registry
The registry file is what is used to register the bot's commands and events. This is a script which is ran at startup and adds all the commands and events to the bot. Although you can register these outside of the registry file, this script makes it a centrali...