Rename emojiDumper to be uppercase

This commit is contained in:
thororen1234 2024-07-25 01:13:52 -04:00
parent 485452f65a
commit b8cb056f13

View file

@ -23,7 +23,7 @@ const Patch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild;
};
export default definePlugin({
name: "emojiDumper",
name: "EmojiDumper",
description: "Context menu to dump and download a server's emojis.",
authors: [EquicordDevs.Cortex, Devs.Samwich, EquicordDevs.Woosh],
start() {