awaitAvailability is awaitAvailability now instead of awaitAvailiable

This commit is contained in:
Radoslaw Partyka 2021-01-01 16:55:27 +01:00
parent c322c25fb0
commit 6c3f71669d
1 changed files with 1 additions and 1 deletions

View File

@ -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<void> {
const promise1 = new Promise((resolve, reject) => {