From 6c3f71669d7ff42fcede121de5a7848e89c664ad Mon Sep 17 00:00:00 2001 From: Radoslaw Partyka Date: Fri, 1 Jan 2021 16:55:27 +0100 Subject: [PATCH] awaitAvailability is awaitAvailability now instead of awaitAvailiable --- src/structures/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/guild.ts b/src/structures/guild.ts index be7eaf3..cbc9aef 100644 --- a/src/structures/guild.ts +++ b/src/structures/guild.ts @@ -295,7 +295,7 @@ export class Guild extends Base { * Fulfills promise when guild becomes available * @param delay the delay between checking guild availability */ - async awaitAvailiable( + async awaitAvailability( delay: number = 1000 ): Promise { const promise1 = new Promise((resolve, reject) => {