Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discord-emoji-mention

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-emoji-mention

use for mention role channel and emojis

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Discord-Emoji-Mention

this api help to mention Emojis,Roles,Channels

api support v11,v12 also v13 in Discord.js

Emoji Mention


const mention = require("discord-emoji-mention");
mention.emoji(<Server Emojis Array>,<Message>)

/* Example */
mention.emoji(message.guild.cache.emojis.map(e => e), args.join(" "))

Role Mention


const mention = require("discord-emoji-mention");
mention.role(<server Role Array>,<message>);

Channel Mention


const mention = require("discord-emoji-mention");
mention.channel(<server Channel Array>,<message>);

Example-

Role

message="{&[Role_name]}"

output- Name boy

Channel

message="{#[channel_name]}"

output- #Test channel

Emoji

message="{:[emoji_name]}"

output- 😝(also support Nitro Emojis)

FAQs

Package last updated on 20 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc