mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 15:34:26 -04:00
New Plugin
This commit is contained in:
parent
96df3abaac
commit
d2f9356f84
12 changed files with 72 additions and 37 deletions
|
@ -5,12 +5,10 @@
|
|||
*/
|
||||
|
||||
import { addMessagePreSendListener, removeMessagePreSendListener } from "@api/MessageEvents";
|
||||
import { migratePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { ChannelStore, GuildMemberStore, SelectedChannelStore, SelectedGuildStore } from "@webpack/common";
|
||||
|
||||
migratePluginSettings("AtSomeone", "atSomeone");
|
||||
export default definePlugin({
|
||||
name: "AtSomeone",
|
||||
authors: [Devs.Joona],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue