pineafan | 63fc5e2 | 2022-08-04 22:04:10 +0100 | [diff] [blame] | 1 | import EmojiEmbed from "./generateEmojiEmbed.js"; |
PineaFan | df4996f | 2023-01-01 14:20:06 +0000 | [diff] [blame] | 2 | import getEmojiByName from "./getEmojiByName.js"; |
pineafan | e23c4ec | 2022-07-27 21:56:27 +0100 | [diff] [blame] | 3 | |
Skyler Grey | 75ea917 | 2022-08-06 10:22:23 +0100 | [diff] [blame] | 4 | export const LoadingEmbed = [ |
PineaFan | df4996f | 2023-01-01 14:20:06 +0000 | [diff] [blame] | 5 | new EmojiEmbed().setDescription(`${getEmojiByName("NUCLEUS.LOADING")} One moment...`).setStatus("Danger") |
pineafan | 63fc5e2 | 2022-08-04 22:04:10 +0100 | [diff] [blame] | 6 | ]; |
PineaFan | 100df68 | 2023-01-02 13:26:08 +0000 | [diff] [blame] | 7 | |
| 8 | export 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 | } |