Skip to content

Commit

Permalink
Merge pull request #13 from Thomas-Smyth/beta
Browse files Browse the repository at this point in the history
SquadJS v1.0.9 Release
  • Loading branch information
Thomas-Smyth authored May 22, 2020
2 parents ee041f3 + d28ea05 commit 7f90d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SquadJS",
"version": "1.0.8",
"version": "1.0.9",
"repository": "https://github.com/Thomas-Smyth/SquadJS.git",
"author": "Thomas Smyth <https://github.com/Thomas-Smyth>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/auto-tk-warn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Automatically sends a warning to players who teamkill to remind them to apologis
import { autoTKWarn } from 'plugins';

// Place the following lines after all of the above.
await discordAdminCamLogs(
await autoTKWarn(
server,
{ // options - the options included below display the defaults and can be removed for simplicity.
message: 'Please apologise for ALL TKs in ALL chat!' // warning to send
Expand Down

0 comments on commit 7f90d34

Please sign in to comment.