Solved Create Discord Channels

  • 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!

Status
Not open for further replies.

FireGuy

New Member
Jun 20, 2018
8
0
0
20
Skript Version: Skript 2.2-dev36
Skript Author: Bensku
Minecraft Version: 1.12.2

Full Code:
https://hastebin.com/wotugavipe.bash

The new Channel is stored in no category.

Addons using (including versions):
Vixio
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? Other code, other guild, everything xD
 
Use
Code:
set category of the channel to channel with id "hi"
 
New code:
Code:
set category of the last made channel to channel with id "572819732584071188"
New Error:
Code:
the category of the last channel builder can't be set to channel with id "572819732584071188" because the latter is not a types.category (bot.sk, line 103: set category of the last made channel to channel with id "572819732584071188"')
 
New code:
Code:
set category of the last made channel to channel with id "572819732584071188"
New Error:
Code:
the category of the last channel builder can't be set to channel with id "572819732584071188" because the latter is not a types.category (bot.sk, line 103: set category of the last made channel to channel with id "572819732584071188"')
Can you just try my code? Somewhere on one of the lines 5 - 8
 
Lol dumb mistake from me. Try
Code:
set category of the channel to category named "test"
 
Status
Not open for further replies.