├── LICENSE ├── README.md ├── commands └── anti-raid │ ├── clearuser.js │ ├── config.js │ ├── delwhitelist.js │ ├── whitelist.js │ └── whitelisted.js ├── config.json ├── handlers └── command.js └── index.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/README.md -------------------------------------------------------------------------------- /commands/anti-raid/clearuser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/commands/anti-raid/clearuser.js -------------------------------------------------------------------------------- /commands/anti-raid/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/commands/anti-raid/config.js -------------------------------------------------------------------------------- /commands/anti-raid/delwhitelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/commands/anti-raid/delwhitelist.js -------------------------------------------------------------------------------- /commands/anti-raid/whitelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/commands/anti-raid/whitelist.js -------------------------------------------------------------------------------- /commands/anti-raid/whitelisted.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/commands/anti-raid/whitelisted.js -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/config.json -------------------------------------------------------------------------------- /handlers/command.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/handlers/command.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend-js-dev/anti-raid/HEAD/index.js --------------------------------------------------------------------------------