endpoint returning invites based on hostname

This commit is contained in:
2025-07-11 20:09:14 +02:00
parent add142864e
commit 1affc4d3bc
7 changed files with 84 additions and 5 deletions
@@ -109,4 +109,8 @@ public class Main {
return discordInviteManager;
}
public static Storage getStorage() {
return storage;
}
}