mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Rename emojiDumper to be uppercase
This commit is contained in:
parent
485452f65a
commit
b8cb056f13
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue