Skip to content

The-Bunny-Official/discord-vault

Repository files navigation

Discord Bot Vault

A Discord bot that stores files locally and allows you to access it within Discord via password.

Installation

Step 1:

  • Download the latest version of the bot in the releases tab.

Step 2:

  • Open the folder and create a config.json
  • Edit the config.json according to config.example.json

Step 3:

  • Create a folder titled "vault"

Step 4:

  • Install all packages using: npm i

Step 5:

  • Run the bot using node .

Usage

/list [password] - Lists all the files available.
[password] - Vault password set in the config.

/upload [password] [file] (rename) - Upload a file to the vault.
[password] - Vault password set in the config.
[file] - File to upload to vault.
(rename) - Rename the file. (Optional)

/vault - Displays the Vault Modal

Vault Modal [password] [item] - Displays a vault item.
[password] - Vault password set in the config.
[item] - Name of item to grab, case sensitive, requires file extension.