From c5d4fb21667b2930f390b8638465a00d4965177d Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Mon, 20 Dec 2021 19:03:02 -0700 Subject: [PATCH] anime meta --- commands/anime/anime.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands/anime/anime.js b/commands/anime/anime.js index 93440e6..1f0f664 100644 --- a/commands/anime/anime.js +++ b/commands/anime/anime.js @@ -13,6 +13,12 @@ const {Pagination} = require('../../util/pagination'); module.exports = { name: "anime", aliases: ['ani', 'an'], + meta: { + category: 'Anime', + description: "View, submit, favorite, and rate animes", + syntax: '``', + extra: null + }, help: new Discord.MessageEmbed() .setTitle("Help -> Anime") .setDescription("View and find anime in our huge list of anime!")