From 53d62bededc06d415609607731a97bb8a52e280f Mon Sep 17 00:00:00 2001 From: An00nymushun Date: Fri, 9 Sep 2022 15:33:12 +0200 Subject: [PATCH] Update DiscordFreeEmojisSplit48px.plugin.js --- DiscordFreeEmojisSplit48px.plugin.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/DiscordFreeEmojisSplit48px.plugin.js b/DiscordFreeEmojisSplit48px.plugin.js index b3aee97..6941c68 100644 --- a/DiscordFreeEmojisSplit48px.plugin.js +++ b/DiscordFreeEmojisSplit48px.plugin.js @@ -1,4 +1,11 @@ -//META{"name":"FreeEmojis"}*// +/** + * @name FreeEmojis + * @version 1.6.1 + * @description Link emojis if you don't have nitro! Type them out or use the emoji picker! [Split] + * @author An0 + * @source https://github.com/An00nymushun/DiscordFreeEmojis + * @updateUrl https://raw.githubusercontent.com/An00nymushun/DiscordFreeEmojis/main/DiscordFreeEmojisSplit48px.plugin.js + */ /*@cc_on @if (@_jscript) @@ -259,12 +266,6 @@ function Stop() { } return function() { return { - getName: () => "DiscordFreeEmojis", - getShortName: () => "FreeEmojis", - getDescription: () => "Link emojis if you don't have nitro! Type them out or use the emoji picker! [Split]", - getVersion: () => "1.6", - getAuthor: () => "An0", - start: Start, stop: Stop }};