(v4.1) Minor Bugfixes

This commit is contained in:
JasperAtSchool
2025-11-05 14:53:05 +01:00
parent 4b485adf82
commit 5494c1ad8f
6 changed files with 27 additions and 14 deletions
+2 -2
View File
@@ -560,7 +560,7 @@ export const loadAllSlashCommands = async () => {
if (allowedCommands.includes("topic")) commands.add(new api.ODSlashCommand("opendiscord:topic",{
type:act.ChatInput,
name:"topic",
description:"Change the topic of the ticket channel.", //TODO TRANSLATION!!!
description:"Manage the topic of the ticket channel.", //TODO TRANSLATION!!!
contexts:[discord.InteractionContextType.Guild],
integrationTypes:[discord.ApplicationIntegrationType.GuildInstall],
options:[
@@ -585,7 +585,7 @@ export const loadAllSlashCommands = async () => {
if (allowedCommands.includes("priority")) commands.add(new api.ODSlashCommand("opendiscord:priority",{
type:act.ChatInput,
name:"priority",
description:"Set the priority of the ticket.", //TODO TRANSLATION!!!
description:"Manage the priority of the ticket.", //TODO TRANSLATION!!!
contexts:[discord.InteractionContextType.Guild],
integrationTypes:[discord.ApplicationIntegrationType.GuildInstall],
options:[