Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/the-bunny-official/discord-vault
- Owner: The-Bunny-Official
- Created: 2023-12-15T19:25:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T14:08:13.000Z (5 months ago)
- Last Synced: 2024-10-13T01:41:12.586Z (3 months ago)
- Topics: authorization, discord, discord-bot, discord-js, discord-vault, discordapp, discordbot, discordjs, hidden-files, password, secrets, security, vault
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsonStep 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.