Solved DISKY- what are valid bot names

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

timbercat10

Member
Jul 10, 2023
45
0
6
25
Server Version: 4344-Spigot-a759b62-19bf846 (MC: 1.21.1)
Skript Version: 2.9.4 (skriptlang-github)
Installed Skript Addons:
DiSky v4.20.0
Installed dependencies: None


i am trying to define a slash command thought discord and i keep geting this error on reload (look in attached file)
was just wondering what is valid and how that is determend
YAML:
slash command acat <string="dringo">:
 description: description
 bot: botname1
 arguments:
  target:
   description: idk
 trigger:
  broadcast "it"
  reply with "IT WORKED ?"
 

Attachments

  • image.png
    image.png
    8.7 KB · Views: 60
Last edited:
Server Version: 4344-Spigot-a759b62-19bf846 (MC: 1.21.1)
Skript Version: 2.9.4 (skriptlang-github)
Installed Skript Addons:
DiSky v4.20.0
Installed dependencies: None


i am trying to define a slash command thought discord and i keep geting this error on reload (look in attached file)
was just wondering what is valid and how that is determend
YAML:
slash command acat <string="dringo">:
 description: description
 bot: botname1
 arguments:
  target:
   description: idk
 trigger:
  broadcast "it"
  reply with "IT WORKED ?"
I would look back through your code and find what you defined your bot name as. Also, you could alternatively try using quotes for the bot name as when I utilized my bot name through Disky code, it was always in quotes.