aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/discord.js/BushVoiceState.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 20:24:19 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 20:24:19 -0500
commit62e9eca0452c56f6efd00921db8ed6b6302be1df (patch)
tree5ab61b73d0eab0f9fce36c911cb9429df2a97fd5 /src/lib/extensions/discord.js/BushVoiceState.ts
parent609f042fc2bb5b1ded881d3e9eedb2f92bd0c172 (diff)
downloadtanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.gz
tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.bz2
tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.zip
add @notenoughupdates/simplify-number
Diffstat (limited to 'src/lib/extensions/discord.js/BushVoiceState.ts')
-rw-r--r--src/lib/extensions/discord.js/BushVoiceState.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/extensions/discord.js/BushVoiceState.ts b/src/lib/extensions/discord.js/BushVoiceState.ts
index 167a369..a479143 100644
--- a/src/lib/extensions/discord.js/BushVoiceState.ts
+++ b/src/lib/extensions/discord.js/BushVoiceState.ts
@@ -7,6 +7,7 @@ export class BushVoiceState extends VoiceState {
public declare readonly channel: BushVoiceChannel | BushStageChannel | null;
public declare guild: BushGuild;
public declare readonly member: BushGuildMember | null;
+
public constructor(guild: BushGuild, data: RawVoiceStateData) {
super(guild, data);
}