blob: 39a6080baae69a4599273c001a590acdf5b4e671 [file] [log] [blame]
pineafan63fc5e22022-08-04 22:04:10 +01001import EmojiEmbed from "./generateEmojiEmbed.js";
PineaFandf4996f2023-01-01 14:20:06 +00002import getEmojiByName from "./getEmojiByName.js";
pineafane23c4ec2022-07-27 21:56:27 +01003
Skyler Grey75ea9172022-08-06 10:22:23 +01004export const LoadingEmbed = [
PineaFandf4996f2023-01-01 14:20:06 +00005 new EmojiEmbed().setDescription(`${getEmojiByName("NUCLEUS.LOADING")} One moment...`).setStatus("Danger")
pineafan63fc5e22022-08-04 22:04:10 +01006];
PineaFan100df682023-01-02 13:26:08 +00007
8export const LinkWarningFooter = {
9 text: "The button below will take you to a website set by the server moderators. Do not enter any passwords unless it is from a trusted website.",
10 iconURL: "https://cdn.discordapp.com/emojis/952295894370369587.webp?size=128&quality=lossless"
11}