mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -04:00
QuestCompleter: Move Authors To Credit Solely Amia
This commit is contained in:
parent
99af9edf13
commit
b5d41ef5e1
2 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- PolishWording (Grammar) by Samwich
|
- PolishWording (Grammar) by Samwich
|
||||||
- PlatformSpoofer by Drag
|
- PlatformSpoofer by Drag
|
||||||
- PurgeMessages by bhop & nyx
|
- PurgeMessages by bhop & nyx
|
||||||
- QuestCompleter by HappyEnderman, SerStars, maintained by thororen
|
- QuestCompleter by Amia
|
||||||
- QuestionMarkReplacement by nyx
|
- QuestionMarkReplacement by nyx
|
||||||
- Quoter by Samwich
|
- Quoter by Samwich
|
||||||
- RemixMe by kvba
|
- RemixMe by kvba
|
||||||
|
|
|
@ -20,7 +20,7 @@ import "./style.css";
|
||||||
|
|
||||||
import { showNotification } from "@api/Notifications";
|
import { showNotification } from "@api/Notifications";
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
import { Devs, EquicordDevs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import { getTheme, Theme } from "@utils/discord";
|
import { getTheme, Theme } from "@utils/discord";
|
||||||
import { classes } from "@utils/misc";
|
import { classes } from "@utils/misc";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
|
@ -227,7 +227,7 @@ async function openCompleteQuestUI() {
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "QuestCompleter",
|
name: "QuestCompleter",
|
||||||
description: "A plugin to complete quests without having the game installed.",
|
description: "A plugin to complete quests without having the game installed.",
|
||||||
authors: [Devs.HappyEnderman, EquicordDevs.SerStars, EquicordDevs.thororen],
|
authors: [Devs.amia],
|
||||||
settingsAboutComponent: () => <>
|
settingsAboutComponent: () => <>
|
||||||
<Forms.FormText className="quests-warning">
|
<Forms.FormText className="quests-warning">
|
||||||
Game Quests do not work on Equibop/Web Platforms. Only Video Quests do.
|
Game Quests do not work on Equibop/Web Platforms. Only Video Quests do.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue