Skip to content

Commit 8d8d9e4

Browse files
committed
8.0.1 Bug Fix
1 parent dcbddf9 commit 8d8d9e4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Commands/ticketpanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.`);

Configs/supportbot-ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2828
Channels:
29-
AIChannel: "1250190338954498048"
29+
AIChannel: "0000000000000000000"
3030
# This is the channel where AI will respond in without needing to mention the bot.
3131

3232
Embed:

Configs/supportbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SupportBot_Version: "v8.0"
2020

2121
General:
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:

Configs/ticket-panel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2326
PanelTitle: "SupportBot"
2427
PanelColour: "#0cc559"
2528

0 commit comments

Comments
 (0)