This commit is contained in:
Skillz4Killz
2022-08-28 11:18:53 +00:00
committed by GitHub
176 changed files with 934 additions and 611 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ImageFormat, ImageSize } from "../helpers/members/avatarUrl.ts";
import { ImageFormat, ImageSize } from "../helpers/members/getAvatarUrl.ts";
/** Pause the execution for a given amount of milliseconds. */
export function delay(ms: number): Promise<void> {