Quickstart Guide
Follow these steps to launch your Discord bot on Cytric.nl:Step 1: Prepare Your Bot
Clone your bot repository
Clone your bot repository
Clone your Discord bot project to your local machine:
bash git clone https://github.com/your-username/your-bot.git cd your-bot Install dependencies
Install dependencies
Install the required packages for your bot:
bash npm install # or pip install -r requirements.txt Step 2: Deploy to Cytric.nl
Connect your GitHub repository
Connect your GitHub repository
Link your GitHub account and select your bot repository in the Cytric
Dashboard.
Deploy your bot
Deploy your bot
Click “Deploy” in the dashboard to launch your bot. Your bot will be online
24/7!
Step 3: Manage and Monitor
Configure environment variables
Configure environment variables
Set your bot token and other secrets in the dashboard for secure management.
Monitor your bot
Monitor your bot
View logs, resource usage, and uptime stats from your dashboard.
Next Steps
Explore more features:Customize Hosting
Learn how to adjust resources and settings for your bot.
API Reference
Automate deployments and bot management with our API.
Add Code Examples
Share code snippets and best practices.
Community Support
Get help and connect with other bot developers.
Need help? Join our Discord Community or email
[email protected].