Community Guides
Community Guides
Credits
This page acknowledges all the contributors and helpers for this project.
Lead Developer
Developer
Developer + Docs Writer + Designer
Manager
Manager + Docs Writer + Designer
Moderator + Docs Writer + Designer
Moderator + Docs Writer
Moderator + Designer
Infinite Loops Guide
We will use for this as an example a Rating System. We will make a a special channel for submiting a server review.
/setup-review-system command start
Custom Command:
Webhook Event:
Set at the end of the /setup-review-system blocks a send an API request block.
Method: POST https://api.botghost.com/webhook/{bot_id}/{event_id}
Headers: NameType
Authorization API_KEY
Remember to be careful with infinite loops!
Credits: Jayce
Ticket Transcript
Are you looking for a free ticket transcript? We have a step-by-step guide listed below:
Overview. Once there copy the Api Key.https://api.cookie-api.com/api/transcript
channel_id as the key and enter a valid channel id in the value
section.(This can be replaced by a variable after step 10.)
Authorization as your key. In the value section enter the API Key from before.
bot_token as the key.{TOKEN_SECRET} wont work. we will need to use our
real bot token. (Bot token can be reset in the Discord developer page under the bot section.)
code 400 check for any typos and make sure you dont have any
variables. If you get a code 200 everything worked.
You should be all done, if you have any questions ask a CS member.
Credits: Betaburger
Image Generation Bug
Are you experiencing a bug with the following Image Generation Module? We have a solution listed below:
Custom Variable Learn how by reading the BotGhost
DocsCustom VariableCustom Variable as the API KeyThat's pretty much it, if it doesn't help you, please contact the Community Support Members.
Credits: iDlrp
Gemini ChatBot
To make it work, You must get a Gemini API key at Google AI Studio.
Required Blocks:
Step-by-Step explanation
option_questionVariable Value
gemini_api_key Your API Key
Variable Value
language English
Variable Value
system_instruction You are a Chatbot.
Name
Gemini
Method
POST
https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent
URL Params
Key Value
key {gemini_api_key}
HTTP Headers
Key Value
Content-Type application/json
Request Body
Key Value
system_instruction { "parts": { "text": "Response in {language}.{system_instruction}"}}
contents [ { "parts": [ { "text": "{option_question}" } ] } ]
tools [ { "googleSearch":{} } ]
Base Value Comparison Type
{gemini.status} Equal to
New Condition {gemini.status} must be equal to 200
{gemini.response.candidates.0.content.parts.0.text} is the response from Gemini.
Make sure to leave a vote for Foz for their awesome guide on how to create a simple and free Gemini ChatBot.
Credits: Foz
GoDaddy Domain Issue
If you experiencing a problem with GoDaddy Domain and BotPanel. This Documentation is for you.
To use a Custom Domain on BotPanel you must connect it with your Domain Host.
Sadly the GoDaddy Domain Service doesn't allow us to place a @ in the
CNAME record.
CNAME @ hosting.botpanel.gg Auto/Default On GoDaddy putting
the @ as the Hostname is impossible. This is why you need to change the
Nameservers.
You can use the Nameservers listed below:
Delete all DNS Records in GoDaddy rename the Nameservers in GoDaddy to the
Nameserver
Provider (Netlify or CloudFlare) create new DNS Records in Netlify or CloudFlare
and
that should be it.
Make sure to leave a vote for Fozmu for their awesome guide.
Credits: Foz
Voting System
A Documentation Regarding the Voting System will be added soon.
This will cover how to create a simple voting system using BotGhost.
Official Community Guides page...
Instructions to create a unique and simple AFK (Away From Keyboard) system.
This will cover how to detect AFK status and implement custom responses.
Community Guides
This is the main landing page content for the Community Guides on mobile. You can put an introduction, recent updates, or featured guides here.
This content is shown when 'Community Guides' is selected from the sidebar. You can edit this text to be the main landing page.
This page acknowledges all the contributors and helpers for this project on mobile.
This is the detailed content for the Code Hub Discord Server on mobile. Here you can provide more information about joining, what to expect, and any benefits for community members.
You might include embedded Discord widgets, more links, or FAQs here.
Detailed information about the Code Hub Partners program for mobile. Explain how partnerships work, the criteria, and the benefits for both parties.
Include a link to the partners page: Code Hub Partners
Here's the comprehensive guide on how to create infinite loops using BotGhost Webhooks (Mobile).
Step 1: Do X...
Step 2: Do Y...
Step 3: Do Z...
// Example code for infinite loop
function infiniteLoop() {
while (true) {
console.log("Looping forever!");
// Add your webhook call here
}
}
infiniteLoop();
Remember to be careful with infinite loops!
Detailed steps on how to create transcripts for your tickets using the Cookie API (Mobile).
This section would contain code examples, API endpoint explanations, and any necessary setup instructions for the Cookie API.
A step-by-step solution to troubleshoot and fix the image generation bug (Mobile).
Common issues, debugging tips, and potential code adjustments will go here.
Instructions on how to set up your own free AI Chatbot using Google AI Studio's API (Mobile).
This guide will walk you through obtaining API keys, making requests, and integrating the chatbot into your application.
Facing issues connecting BotPanel with a GoDaddy Domain? This guide provides the solution (Mobile).
It will cover DNS settings, common GoDaddy quirks, and verification steps.
Learn how to create a free and beginner-friendly voting system (Mobile).
This section will detail the logic, potential platforms, and implementation steps for a simple voting system.
Instructions to create a unique and simple AFK (Away From Keyboard) system (Mobile).
This will cover how to detect AFK status and implement custom responses.