image url formatter

This commit is contained in:
Skillz4Killz
2021-11-01 01:27:11 +00:00
committed by GitHub
parent 430b47ece6
commit 6b728afc29
9 changed files with 74 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Bot } from "../../../src/bot.ts";
export async function avatarURL(bot: Bot, t: Deno.TestContext) {
}