rename record

This commit is contained in:
almeidx 2021-11-26 12:21:03 +00:00
parent 95365d8573
commit d7dc840778
No known key found for this signature in database
GPG key ID: F403F80B79353CB4
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import { PermissionFlags } from "discord.js";
import { EMPTY_CHAR } from "../utils";
export const permissionNames: Record<keyof PermissionFlags, string> = {
export const PERMISSION_NAMES: Record<keyof PermissionFlags, string> = {
ADD_REACTIONS: "Add Reactions",
ADMINISTRATOR: "Administrator",
ATTACH_FILES: "Attach Files",