Skip to content
Advertisement

Discord bot with pre-defined tags

I have a problem. I have a list of programming languages, for example

Python
Javascript
Pearl
Dart
C#
C++
Java

The user should be assigned a maximum of three programming languages as roles. Is there a possibility to use a tag input like for web pages in Discord? For example, the user just writes Ja and the user gets back Java and JavaScript and can select them. See photo.

enter image description here

Is there a way to do something like this in Discord as a bot?


I have seen that some bots have such a tag. However, I don’t know if it is freely definable.

enter image description here

Advertisement

Answer

You can use Select Rows.Example of select row

Resources:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement