We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixed typo
added a improvment function for addChannelLinks with extra note that channelId is required
added sys.unsetTimer warning that can crash client
add missing info to client messages
added sys.fileExists(fileOrFolderName)
replaced sys.readFile(filePath) with sys.getFileContent(filePath) since it doesn't exist but other does
Added note about client.channel(channel_id).players() values being string.
Added more detail to sys.makeDir(folderName) and sys.removeDir(folderName).
Added sys.dirsForDirectory(dir).
Replaced tar perimeter in Players section with playerId. + Added client.tier(playerId). + Added that client.tiers(playerId) returns an array. + Grouped all client.ignore related functions together.
Added client.channel(channelId).addChannelLinks(string) to Helpers
Added missing detail of what typeof result is returned for helper functions.
added client.channel(channel_id).players() & spaced channelid with _
Updated Client Script Functions (markdown)
added some settings functions
Qt functions
Added more functions
Added some new useful functions I discovered while getting the result of client.printLine(Object.keys(client).join("\n")). Also added 3 useful client.network() functions