mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -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({
|
export default definePlugin({
|
||||||
name: "emojiDumper",
|
name: "EmojiDumper",
|
||||||
description: "Context menu to dump and download a server's emojis.",
|
description: "Context menu to dump and download a server's emojis.",
|
||||||
authors: [EquicordDevs.Cortex, Devs.Samwich, EquicordDevs.Woosh],
|
authors: [EquicordDevs.Cortex, Devs.Samwich, EquicordDevs.Woosh],
|
||||||
start() {
|
start() {
|
||||||
|
|
Loading…
Reference in a new issue