Olyno/skent

Content from URL doesn't work

PersonMaster opened this issue · 2 comments

Describe your problem

When using the content from url expression it returns an error

Versions

Skript: 2.5.3
Server: 1.16.5
Skent: 3.0.0

Code

command content:
	trigger:
		set {_content} to content from url "https://raw.githubusercontent.com/SkriptLang/Skript/master/README.md"
		broadcast "Yep, it's the README of Skript's github:"
		broadcast {_content}

Error

[21:54:48 ERROR]: Can't understand this expression: 'content from url "https://raw.githubusercontent.com/SkriptLang/Skript/master/README.md"' (skent.sk, line 3: set {_content} to content from url "https://raw.githubusercontent.com/SkriptLang/Skript/master/README.md"')

Read 3.0.0 release notes. That expression is removed.

Olyno commented

As @bilektugrul said, please have a look in the release note.