From d1a417da63da1ea7d1db042169daf5abfe3cfca3 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:18:30 -0500 Subject: [PATCH] Revert "Add ImgToGif To Readme" This reverts commit e2f87e9cfe4795c73c81ac13a4d115d8e5fd6d8e. --- README.md | 3 +-- src/equicordplugins/imgToGif/index.tsx | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c055418..c8a12078 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch ### Extra included plugins
-150 additional plugins +147 additional plugins ### All Platforms - AllCallTimers by MaxHerbold & D3SOX @@ -77,7 +77,6 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - Identity by Samwich - IgnoreTerms by D3SOX - ImagePreview by Creations -- ImgToGif by zyqunix - InRole by nin0dev - IrcColors by Grzesiek11 - IRememberYou by zoodogood diff --git a/src/equicordplugins/imgToGif/index.tsx b/src/equicordplugins/imgToGif/index.tsx index 3d3781a4..268c53e5 100644 --- a/src/equicordplugins/imgToGif/index.tsx +++ b/src/equicordplugins/imgToGif/index.tsx @@ -17,7 +17,6 @@ */ import { ApplicationCommandInputType, ApplicationCommandOptionType, Argument, CommandContext, sendBotMessage } from "@api/Commands"; -import { migratePluginSettings } from "@api/Settings"; import { EquicordDevs } from "@utils/constants"; import definePlugin from "@utils/types"; import { findByPropsLazy } from "@webpack"; @@ -75,9 +74,8 @@ async function resolveImage(options: Argument[], ctx: CommandContext): Promise<{ return { image, width, height }; } -migratePluginSettings("ImgToGif", "imgtogif"); export default definePlugin({ - name: "ImgToGif", + name: "imgtogif", description: "Adds a /imgtogif slash command to create a gif from any image", authors: [EquicordDevs.zyqunix], commands: [