🔌Bot

☁️ Before Hosting

Before hosting I recommend consulting the documentation of the language used by your bot.

⌨️Languages

🤖 Hosting Your Bot

If you are Verified en-us new role, it means that you have successfully registered with Discloud.

1. Type .upc in the #🔌・commands channel

2. Create the discloud.config file according to your project

Copy and modify our discloud.config example to use in your app.

A simple example with discloud.config, showing a bot's profile on the dashboard

3. Create and upload your bot's .zip file. How to compress my files?

Remove (or do not include in your .zip file) the following folders/files in the following projects: 🟨JavaScript: remove node_modules, .npm and package-lock.json 🐍Python: remove venv and .cache

You can access the commands using the .help or .help <command> to find out how to use the command mentioned.

Last updated