File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ module.exports = new Command({
3535 } ) ;
3636 }
3737
38- const channelName = panelconfig . TicketCategory ;
38+ const channelName = panelconfig . Channel ;
3939 const channel = interaction . guild . channels . cache . find ( ch => ch . name === channelName ) ;
4040 if ( ! channel ) {
4141 console . log ( `[TICKET PANEL] ${ channelName } channel not found. Please check your config file.` ) ;
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ General:
1717 # Max tokens you can set is 400
1818 # For more information about tokens, go to https://openai.com/api/pricing/
1919
20- OpenAI_Key : " OPEN_AI_KEY_HERE "
20+ OpenAI_Key : " OPEN_AI_API_KEY "
2121 # To create an OpenAI API key, go to https://platform.openai.com/api-keys
2222
2323
24- PastebinAPI_Key : " PASTEBIN "
24+ PastebinAPI_Key : " PASTEBIN_API_KEY "
2525 # You can get your Pastebin API Key from https://pastebin.com
2626 PastebinAPI_URL : " https://pastebin.com/api/api_post.php"
2727
2828Channels :
29- AIChannel : " 1250190338954498048 "
29+ AIChannel : " 0000000000000000000 "
3030 # This is the channel where AI will respond in without needing to mention the bot.
3131
3232Embed :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SupportBot_Version: "v8.0"
2020
2121General :
2222 Name : " SupportBot"
23- Token : " BOT_TOKEN "
23+ Token : " BOT_TOKEN_HERE "
2424 # To get your Discord Bot Token, Go to https://discord.com/developers/applications
2525
2626 Addons :
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ Panel: true
2020# Ticket Panel Message Configuration #2b2d31
2121# ----------------------------------------
2222
23+ Channel : " 📗┃tickets"
24+ # The channel used to create the ticket panel, Use command /ticketpanel to generate it.
25+
2326PanelTitle : " SupportBot"
2427PanelColour : " #0cc559"
2528
You can’t perform that action at this time.
0 commit comments