We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Battle Script Events (markdown)
Updated Build PO on Linux (markdown)
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
Teams missing in arguments of sys.forceBattle()
Added note for sys.filesForDirectory(dir) that backslashes aren't working but forward ones do.
added sys.fileExists(fileOrFolderName)
replaced sys.readFile(filePath) with sys.getFileContent(filePath) since it doesn't exist but other does
Fixed description of sys.uniqueId
Added InvertedBattle to the list of clauses, mentioned that playerKick and playerBan are only called on CP kick/ban.
Undid unnecessary change (whoops!)
Added sys.stopTimer (duplicate of sys.unsetTimer)
Updated the page with all methods not yet listed (61 total, not counting aliases like cwd for getCurrentDir) and moved temporarily removed methods to a new section. Also added a Tiers section.
Added note about client.channel(channel_id).players() values being string.
Created Backburner Issues (markdown)
Updated Home (markdown)
Improved sys.changeAway and sys.away.
Added more detail to sys.makeDir(folderName) and sys.removeDir(folderName).
Added sys.dirsForDirectory(dir).
Added extra notes from tests I forgot to add.
Added some status events and the perimeter for it.
Added onCritcal, onFlinch and onMiss with detail.
Added a section for battle messages.
Added tie condition for result perimeter onBattleEnd.
Fixed a typo.
Added link for battle events.
Made a start on listing and explaning the battle script events.