Added 3th & 4th question to Quick Setup CLI

This commit is contained in:
DJj123dj
2025-04-20 12:08:52 +02:00
parent 2d1724893e
commit fd739054fd
3 changed files with 38 additions and 3 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export class ODClientManager {
this.#debug.debug("Created client with permissions: "+this.permissions.join(", "))
}
/**Get all servers the bot is part of. */
getGuilds(){
async getGuilds(): Promise<discord.Guild[]> {
if (!this.initiated) throw new ODSystemError("Client isn't initiated yet!")
if (!this.ready) throw new ODSystemError("Client isn't ready yet!")