Skip to content

Commit f473ef0

Browse files
committed
v1.0.2
1 parent cd8541d commit f473ef0

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Below, you can find a list with the status of every Discord Alt Detector version
99

1010
| Version | Supported | Until |
1111
|-----------|-----------|-----------------------------|
12-
| 1.0.1 || Next Version |
12+
| 1.0.2 || |
13+
| 1.0.1 | 🟧 | Next Version |
1314
| 1.0.0 || |
1415

1516
## Reporting a Vulnerability

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://apis.dj-dj.be/cdn/discord-alt-detector/logo.png" alt="Alt Detector" width="600px">
22

3-
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/discord-alt-detector/releases/tag/v1.0.1) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-MIT-important.svg?style=flat-square)](https://github.com/DJj123dj/discord-alt-detector/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/discord-alt-detector?color=yellow&label=stars&logo=github&style=flat-square)](https://www.github.com/DJj123dj/discord-alt-detector)
3+
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-1.0.2-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/discord-alt-detector/releases/tag/v1.0.2) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-MIT-important.svg?style=flat-square)](https://github.com/DJj123dj/discord-alt-detector/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/discord-alt-detector?color=yellow&label=stars&logo=github&style=flat-square)](https://www.github.com/DJj123dj/discord-alt-detector)
44

55
### Discord Alt Detector
66
Discord Alt Detector is a small [npm package](https://www.npmjs.com/package/discord-alt-detector) to catch alt accounts based on a first glimpse. It will check for badges, username, pfp, status & more just to detect alt & scam accounts! If you're having trouble setting the bot up, feel free to join our support server and we will help you further!
@@ -12,6 +12,10 @@ Discord Alt Detector is a small [npm package](https://www.npmjs.com/package/disc
1212
npm i discord-alt-detector
1313
```
1414

15+
### ⚠️ Privilleged Gateaway Intents ⚠️
16+
This package requires the `PRESENCE` & `GUILD_MEMBERS` intents to be enabled in the developer portal!
17+
It's required for the package to read the profiles & status of the members!
18+
1519
## 📌 Features
1620
- 📊 75% detection success rate
1721
- 📦 lightweight
@@ -127,7 +131,7 @@ We don't have any sponsors yet! Would you like to do it?
127131
We don't have any community contributors yet!
128132
129133
## 📎 Links
130-
current version: _v1.0.1_
134+
current version: _v1.0.2_
131135
</br>changelog: [click here](https://www.github.com/DJj123dj/discord-alt-detector/releases)
132136
</br>support: [click here](https://discord.dj-dj.be/)
133137

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discord-alt-detector",
33
"author": "DJj123dj",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A small library for discord.js to detect the suspiciousness of level of a user.",
66

77
"main": "dist/index.js",
@@ -27,7 +27,8 @@
2727
"account",
2828
"discord-anti-alt",
2929
"nodejs",
30-
"node.js"
30+
"node.js",
31+
"discord-bot"
3132
],
3233

3334
"license": "MIT",

0 commit comments

Comments
 (0)