SquadJS/plugins/auto-tk-warn/README.md
2020-05-21 22:04:16 +01:00

639 B

Logo

SquadJS - Auto Teamkill Warning

About

Automatically sends a warning to players who teamkill to remind them to apologise in all chat.

Installation

// Place the following line at the top of your index.js file.
import { autoTKWarn } from 'plugins';

// Place the following lines after all of the above.
await discordAdminCamLogs(
  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
  }
);