Skip to main content

Mention functions

  • {#}: Returns a mention of the given channel

    • Arguments:
      • channel = message.channel.id
    • Example result: <#undefined>
      • Using input: {#;channel}
    • Example result: <#000000000000000000>
      • Using input: {#;000000000000000000}
  • {@}: Returns a mention of the given user

    • Arguments:
      • user = message.author.id
    • Example result: <@undefined>
      • Using input: {@;user}
    • Example result: <@000000000000000000>
      • Using input: {@;000000000000000000}
  • {&}: Returns a mention of the given role

    • Arguments:
      • role
    • Example result: <@&undefined>
      • Using input: {&;role}
    • Example result: <@&000000000000000000>
      • Using input: {&;000000000000000000}
  • {:}: Uses an emoji by it's ID or name

    • Arguments:
      • emoji
    • Example result: emoji
      • Using input: {:;emoji}