Valuera Bot Hosting
The complete Discord Bot Hosting starter directly inside Visual Studio Code.
Valuera Bot Hosting helps you create a clean bot project, generate the required Valuera agreement file, and validate the local setup before you move the project to Valuera Hosting.
Quick Start
| Action |
Description |
| Create Discord Bot |
Create a Node.js or Python bot starter project. |
| Create Agreement File |
Generate the required valuera-agreement.js hosting agreement. |
| Validate Hosting Setup |
Verify bot entry files, project config, and agreement file. |
| Open Hosting Docs |
Open the Valuera Hosting documentation. |
Valuera Agreement
valuera-agreement.js is required when you want to host a project with Valuera Hosting.
The generated file contains CHANGE_ME placeholders for project, user, Discord, email, and signature values. Update those values before submitting or deploying your project through Valuera Hosting.
Documentation: https://valuera-hosting.net/docs
Created Files
Depending on the selected runtime, the extension can create:
index.js
main.py
package.json
requirements.txt
.env.example
README.md
valuera-project.js
valuera-agreement.js
Existing files are not overwritten.
Commands
Open the Command Palette with Ctrl+Shift+P and search for Valuera.
| Command |
Description |
Valuera: Create Discord Bot |
Choose Node.js or Python and create a bot starter. |
Valuera: Create Agreement File |
Create valuera-agreement.js. |
Valuera: Create Project Configuration |
Create valuera-project.js. |
Valuera: Validate Hosting Setup |
Check required files for Valuera Hosting. |
Valuera: Open Hosting Docs |
Open https://valuera-hosting.net/docs. |
| Runtime |
RAM Limit |
Runtime Mode |
Plan |
| Node.js / Python |
512 MB default |
Fair-use |
Free-ready starter |
Requirements
- Visual Studio Code
1.90.0 or newer
- A workspace folder opened in VS Code
Created by Valuera Systems.