Add autocomplete manager + context menu bugfixes

This commit is contained in:
DJj123dj
2025-06-21 22:16:50 +02:00
parent 2ea38cd7a5
commit e987c176b7
4 changed files with 90 additions and 19 deletions
+3 -3
View File
@@ -384,7 +384,7 @@ const main = async () => {
if (!mainServer || !client.checkBotInGuild(mainServer)){
console.log("\n")
opendiscord.log("The bot isn't a member of the server provided in the config!","error")
opendiscord.log("Please invite your bot to the server!","info")
opendiscord.log("Please invite your bot to this server!","info")
console.log("\n")
process.exit(1)
}
@@ -399,8 +399,8 @@ const main = async () => {
if (opendiscord.defaults.getDefault("clientMultiGuildWarning")){
//warn if bot is in multiple servers
if (botServers.length > 1){
opendiscord.log("This bot is part of multiple servers, but Open Ticket doesn't have support for it!","warning")
opendiscord.log("It may result in the bot crashing & glitching when used in these servers!","info")
opendiscord.log("This bot is part of multiple servers, but Open Ticket doesn't provide support for this!","warning")
opendiscord.log("As a result, the bot may crash & glitch when used in the additional servers!","info")
}
botServers.forEach((server) => {
//warn if bot doesn't have permissions in multiple servers