awaitAvailability is awaitAvailability now instead of awaitAvailiable
This commit is contained in:
parent
c322c25fb0
commit
6c3f71669d
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue