mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
fmt
This commit is contained in:
@@ -59,7 +59,7 @@ const baseGuild: Partial<Guild> = {
|
||||
return this.bot?.guilds.get(this.id!);
|
||||
},
|
||||
get botVoice() {
|
||||
return this.voiceStates.get(botID);
|
||||
return this.voiceStates?.get(botID);
|
||||
},
|
||||
get owner() {
|
||||
return cache.members.get(this.ownerID!);
|
||||
|
||||
Reference in New Issue
Block a user