-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
342a4cc
commit 9d6f1e6
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* eslint-disable max-len */ | ||
exports.answer = async client => ({ | ||
title: `This server is not a place to ask where you can find mods.`, | ||
description: `You are seeing this embed because you asked a question about finding (a) mod(s).\n\n` | ||
+ `Information about specific mods can be found in many and more places, but this server is not one of them.\n\n` | ||
+ `For browsing & installing more new mods, please use online repository websites such as the XIVModArchive, HelioSphere or The Glamour Dresser.\n\n` | ||
+ `XMA : <https://www.xivmodarchive.com/>\n` | ||
+ `Helio : <https://heliosphere.app/>\n` | ||
+ `TGD : <https://www.glamourdresser.com/>\n\n` | ||
+ `For finding or identifying a specific mod you struggle to find, please use the WCIF (Where Can I Find) and Catalogue discords, or ask within PKEmporium discord's Find A Mod channel.\n\n` | ||
+ `WCIF : <https://discord.gg/3EhAa79btN>\n` | ||
+ `PKE : <https://discord.gg/pkemporium>\n` | ||
+ `Catalogue : <https://discord.gg/thecatalogue>`, | ||
color: client.configdb.get("EMBED_NORMAL_COLOR"), | ||
image: { | ||
"url": "https://cdn.discordapp.com/attachments/984798693096046642/1289552815999418401/image.png", | ||
}, | ||
footer: { | ||
"text": client.configdb.get("FRANZBOT_VERSION"), | ||
}, | ||
}); | ||
|
||
exports.info = { | ||
name: "wcif", | ||
category: "help", | ||
aliases: [], | ||
}; |