mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 09:38:52 -05:00
Fix Some Mistakes
This commit is contained in:
parent
8f3ef364fa
commit
817f3bc212
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import definePlugin from "@utils/types";
|
|||
import { ChannelStore, GuildMemberStore, SelectedChannelStore, SelectedGuildStore } from "@webpack/common";
|
||||
|
||||
export default definePlugin({
|
||||
name: "atSomeone",
|
||||
name: "AtSomeone",
|
||||
authors: [Devs.Joona],
|
||||
description: "Mention someone randomly",
|
||||
patches: [
|
||||
|
|
|
@ -567,7 +567,7 @@ const contextMenuPath: NavContextMenuPatchCallback = (children, props) => {
|
|||
export default definePlugin({
|
||||
name: "MessageLoggerEnhanced",
|
||||
authors: [Devs.Aria],
|
||||
description: "G'day",
|
||||
description: "logs messages, images, and ghost pings",
|
||||
dependencies: ["MessageLogger"],
|
||||
contextMenus: {
|
||||
"message": contextMenuPath,
|
||||
|
|
Loading…
Add table
Reference in a new issue