mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
@@ -1,10 +1,9 @@
|
||||
import type { Permission } from "../types/permission.ts";
|
||||
import type { Role } from "../structures/role.ts";
|
||||
import type { Guild } from "../structures/guild.ts";
|
||||
|
||||
import { Permissions } from "../types/permission.ts";
|
||||
import { botID } from "../module/client.ts";
|
||||
import { cacheHandlers } from "../controllers/cache.ts";
|
||||
import { botID } from "../module/client.ts";
|
||||
import type { Guild } from "../structures/guild.ts";
|
||||
import type { Role } from "../structures/role.ts";
|
||||
import type { Permission } from "../types/permission.ts";
|
||||
import { Permissions } from "../types/permission.ts";
|
||||
|
||||
/** Checks if the member has this permission. If the member is an owner or has admin perms it will always be true. */
|
||||
export async function memberIDHasPermission(
|
||||
|
||||
Reference in New Issue
Block a user