for guild in bot.guilds:
print (f"- Now I connected to the guild with id={guild.id} and awesome name '{guild.name}'")
VALID_GUILD_IDS = [123, 456] # список id разрешённых серверов
for guild in bot.guilds:
if guild.id not in VALID_GUILD_IDS:
await guild.leave()
your_command < /dev/null > nohup.out 2>&1 &