Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

user param doesn't work #58

Closed OlegYch closed 2 years ago

OlegYch commented 3 years ago

using ackcord.interactions.commands.SlashCommandControllerBase#user in 0.18.0-SNAPSHOT i get "This interaction failed" looks like ackcord.data.ApplicationCommandOptionTypeE#userRegex is wrong as it appears to be just a string:

      "options" : [                         
        {                                   
          "value" : "844577457944133652",   
          "type" : 6,                       
          "name" : "username"               
        }                                 
      ],