Revert "Add ImgToGif To Readme"

This reverts commit e2f87e9cfe.
This commit is contained in:
thororen 2024-12-06 12:18:30 -05:00
parent e2f87e9cfe
commit d1a417da63
2 changed files with 2 additions and 5 deletions

View file

@ -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: [