feat: hidden servers

This commit is contained in:
ChomeNS
2025-03-05 10:47:27 +07:00
parent 4e37021b50
commit bb766652f6
17 changed files with 58 additions and 50 deletions

View File

@@ -197,7 +197,7 @@ public class Main {
for (Bot bot : copiedList) {
try {
if (discordEnabled) {
final String channelId = bot.discord.servers.get(bot.getServerString());
final String channelId = bot.discord.servers.get(bot.getServerString(true));
final MessageCreateAction messageAction = bot.discord.sendMessageInstantly(stoppingMessage, channelId, false);