Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-bunny-official/discord-vault

A somewhat secure vault to store your files from a discord server.
https://github.com/the-bunny-official/discord-vault

authorization discord discord-bot discord-js discord-vault discordapp discordbot discordjs hidden-files password secrets security vault

Last synced: 3 months ago
JSON representation

A somewhat secure vault to store your files from a discord server.

Awesome Lists containing this project

README

        

# 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](https://github.com/The-Bunny-Official/discord-vault/releases).

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.