mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
refactor: centralize types (#235)
* Centralize types and structures * Resolve Conflict * Update cache.ts
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
import { encode } from "../../deps.ts";
|
||||
import { sendGatewayCommand } from "../module/shardingManager.ts";
|
||||
import { ActivityType } from "../types/activity.ts";
|
||||
import { StatusType } from "../types/discord.ts";
|
||||
import { ActivityType, StatusType } from "../types/types.ts";
|
||||
|
||||
export const sleep = (timeout: number) => {
|
||||
return new Promise((resolve) => setTimeout(resolve, timeout));
|
||||
|
||||
Reference in New Issue
Block a user