diff --git a/README.md b/README.md index 7e1154ea..303692f7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - PolishWording (Grammar) by Samwich - PlatformSpoofer by Drag - PurgeMessages by bhop & nyx -- QuestCompleter by HappyEnderman, SerStars, maintained by thororen +- QuestCompleter by Amia - QuestionMarkReplacement by nyx - Quoter by Samwich - RemixMe by kvba diff --git a/src/equicordplugins/questCompleter/index.tsx b/src/equicordplugins/questCompleter/index.tsx index aa3fea9a..e06c565f 100644 --- a/src/equicordplugins/questCompleter/index.tsx +++ b/src/equicordplugins/questCompleter/index.tsx @@ -20,7 +20,7 @@ import "./style.css"; import { showNotification } from "@api/Notifications"; import ErrorBoundary from "@components/ErrorBoundary"; -import { Devs, EquicordDevs } from "@utils/constants"; +import { Devs } from "@utils/constants"; import { getTheme, Theme } from "@utils/discord"; import { classes } from "@utils/misc"; import definePlugin from "@utils/types"; @@ -227,7 +227,7 @@ async function openCompleteQuestUI() { export default definePlugin({ name: "QuestCompleter", description: "A plugin to complete quests without having the game installed.", - authors: [Devs.HappyEnderman, EquicordDevs.SerStars, EquicordDevs.thororen], + authors: [Devs.amia], settingsAboutComponent: () => <> Game Quests do not work on Equibop/Web Platforms. Only Video Quests do.