change invis symbol to work on more platforms

This commit is contained in:
bignutty 2024-05-19 23:23:16 +02:00
parent e44ae18b81
commit 08b540e2ef

View file

@ -24,7 +24,7 @@ module.exports = {
run: async (context, args) => { run: async (context, args) => {
context.triggerTyping(); context.triggerTyping();
if(!args.invite) return editOrReply(context, { if(!args.invite) return editOrReply(context, {
content: link("https://canary.discord.com/application-directory/" + context.client.user.id + " ", "", "App Directory Invite", true) + " " + link(DISCORD_INVITES.invite + " ", "", "labsCore Support Server", true), content: link("https://canary.discord.com/application-directory/" + context.client.user.id + " ", "󠄴", "App Directory Invite", true) + link(DISCORD_INVITES.invite + " ", "󠄴", "labsCore Support Server", true),
embeds: [createEmbed("default", context, { embeds: [createEmbed("default", context, {
description: [ description: [
"", "",