Gateway helpers

This commit is contained in:
TriForMine
2021-10-21 17:41:47 +02:00
parent 9eed90f8ed
commit 17115e7681
50 changed files with 121 additions and 110 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { User } from "../../types/users/user.ts";
import { Bot } from "../../bot.ts";
import type { Bot } from "../../bot.ts";
import { SnakeCasedPropertiesDeep } from "../../types/util.ts";
/** This function will return the raw user payload in the rare cases you need to fetch a user directly from the API. */