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) => {