Test
Test

Reputation: 549

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

Upvotes: 0

Views: 73

Answers (1)

eten
eten

Reputation: 1104

You can use Select Rows.Example of select row

Resources:

Upvotes: 1

Related Questions