Functionscustom$removeEmojisOn this page$removeEmojisRemoves emojis from given textUsage$removeEmojis[text]Exampleclient.command({ name: "removeEmojis", code: ` $removeEmojis[Hello! 😄] ` }); // Will return 'Hello!' without '😄'