mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: fmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Interaction } from "discordeno";
|
||||
import { validatePermissions } from "discordeno/permissions-plugin"
|
||||
import { validatePermissions } from "discordeno/permissions-plugin";
|
||||
import { Command } from "./createCommand.js";
|
||||
|
||||
export default async function hasPermissionLevel(command: Command<any>, payload: Interaction) {
|
||||
|
||||
Reference in New Issue
Block a user