import * as discordeno from "https://deno.land/x/discordeno@13.0.0-rc45/util/mod.ts";
Functions
Pause the execution for a given amount of milliseconds. | |
Help format an image url. | |
TS save way to check if a property exists in an object | |
Validates the length of a string in JS. Certain characters in JS can have multiple numbers in length in unicode and discords api is in python which treats length differently. |