mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 20:07:03 -04:00
Add More Devs
This commit is contained in:
parent
8b31ac960d
commit
3496fec74e
2 changed files with 119 additions and 2 deletions
|
@ -21,7 +21,7 @@ import "./style.css";
|
|||
import { addAccessory } from "@api/MessageAccessories";
|
||||
import { addButton } from "@api/MessagePopover";
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
import { ChannelStore } from "@webpack/common";
|
||||
|
||||
|
@ -55,7 +55,7 @@ export const settings = definePluginSettings({
|
|||
export default definePlugin({
|
||||
name: "UnitConverter",
|
||||
description: "Converts metric units to Imperal units and vice versa",
|
||||
authors: [EquicordDevs.sadan],
|
||||
authors: [Devs.sadan],
|
||||
start() {
|
||||
addAccessory("vc-converter", props => <ConverterAccessory message={props.message} />);
|
||||
addButton("vc-converter", message => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue