fix very important feedback
Signed-off-by: duke dennis <duke@splt.dev>
This commit is contained in:
parent
6aa03566b3
commit
37d2cfc95d
1 changed files with 3 additions and 3 deletions
6
index.ts
6
index.ts
|
@ -4,8 +4,8 @@
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { ApplicationCommandOptionType } from "@api/Commands/types.js";
|
import { ApplicationCommandOptionType } from "@api/Commands/types";
|
||||||
import { makeRange } from "@components/PluginSettings/components/SettingSliderComponent.jsx";
|
import { makeRange } from "@components/PluginSettings/components/SettingSliderComponent";
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { UserStore } from "@webpack/common";
|
import { UserStore } from "@webpack/common";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ import { Settings } from "../../Vencord.js";
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "fart",
|
name: "fart",
|
||||||
description: "Fart Plugin Is Finally Here‼️",
|
description: "Fart Plugin Is Finally Here",
|
||||||
authors: [{
|
authors: [{
|
||||||
id: 728342296696979526n,
|
id: 728342296696979526n,
|
||||||
name: "splatter"
|
name: "splatter"
|
||||||
|
|
Loading…
Reference in a new issue