mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 22:07:03 -04:00
Update To Devs and Badges Sys
This commit is contained in:
parent
e4425ca98f
commit
44109d9979
58 changed files with 295 additions and 240 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
||||
const settings = definePluginSettings({
|
||||
|
@ -30,7 +30,7 @@ const settings = definePluginSettings({
|
|||
export default definePlugin({
|
||||
name: "PlatformSpoofer",
|
||||
description: "Spoof what platform or device you're on",
|
||||
authors: [Devs.Drag],
|
||||
authors: [EquicordDevs.Drag],
|
||||
settings: settings,
|
||||
patches: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue