Add role name to level up message?
Is there a variable that can be used to add a role name to a level up message? I know with some bots, it's usually something like {role} or {rolename}, I juat haven't found what it would be for Lurkr.

Solution:Jump to solution
Yes, you can use {roleRewards} as seen here: https://discord.com/channels/705009450855039039/951585846367248424/1323370812845068438
29 Replies
:NighthawkInteractionError: BEFORE YOU ASK FOR SUPPORT :NighthawkInteractionError:
1ļøā£ ⢠Use the panel in #š-instant-support to check if your problem is a common issue! Use the documentation and it's detailed guides to help you setup Lurkr!
2ļøā£ ⢠Use the commands /config check and /config troubleshoot to get a better idea what issue you're having!
ā ⢠Still stuck? Ask your question in as much detail as possible to help other people understand what your problem is and help you fix it quickly!
ā⢠This server uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the web to help others find answers.
Solution
Yes, you can use {roleRewards} as seen here: https://discord.com/channels/705009450855039039/951585846367248424/1323370812845068438
Thanks so much!
Still having some trouble with this one if I could get a bit more help. Read over the update and tried just {roleRewards} first, but that leads to this message:

Tried the conditional version, which probably makes more sense to only show a user a role when they actually received it, but that shows this message:

For clarification, I'd like the users to get a message on each level up, but only show the role name when they achieve a level that awards them a role.
If it's relevant, I'm doing the message as an embed. Here is my current message:

can u send the role reward sceenshot from the dashboard
You need to add a # to the first {role rewards}
bro can u help in resolving my error
How do I make said conditional messages? I have no knowledge in things like this
I remember there being some kind of thing on a previous leveling bot I used, dunno if it's the same or not
Thank you! I figured it out
So like how the # and / thing works is that it only shows the text in between when the {roleRewards} thing is valid or will show ? Something like that
Yes exactly like that.
I'm still learning the bot myself.
I would like to be able to get tagged in a Rank Level up for members in my server.
How would I go about doing this?
Tag yourself?
Yes, but I have 16 Rankups in my server that I'd like to be notified of. That's separate from the Every Level message. (I don't get tagged for those)
This is what I'm working with right now.

Just use this setup to conditionally include when you want to tag yourself. Anything within {#roleRewards} {/roleRewards} only gets added to the message when the role reward variable is activated
Okay, I will try that thank you.
I got it to work thank you again š
Sup š I'm having an issue with the {roleRewards} message function. It only displays the role text; it doesn't show it with its corresponding @color/mention.
For example: you obtained the @Human role (colored and mentioning the role), but it displays role: Human (only the text).
I'm using: {roleRewards}


Try putting the level up message in an embed message
I tried both in embed and in basic/default mode, and the result is the same.
But the /level role command does return the role correctly.

The test is designed to specifically to not ping roles since it might cause a lot of people to be pinged unnecessarily.
i see...
but i try (set lvl 4 and xp 880) role reward: lvl 5 (first role reward) so i write "x thing" to earn xp and check if lvl up is correctly sending message, is working perfect but is not ping any role, just writing the role name š„¹š„²
Not sure exactly what you mean... You might also want to check if the role is pingable
role / everyone mentions are disabled on level up messages
and for users, only the user that leveled up can be mentioned also
this is by design