New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord-user-bots

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-user-bots - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

32

examples/functions.js

@@ -55,1 +55,33 @@ const Discord = require("discord-user-bots");

cleint.stopType();
client.create_group(["person-id", "you can have up to 10", "(Including you)"]);
// ^
// The people to be in the group when it's made
client.leave_group("785986028955500596");
// ^
// The group ID to leave
// Person ID to be removed
// v
client.remove_person_from_group("person-id", "785986028955500596");
// ^
// Group ID to have someone removed from
// The name
// v
client.rename_group("Example group name", "785986028955500596");
// ^
// The group ID to be renamed
// Name of the server
// v
client.create_server("Example server name", "2TffvPucqHkN");
// ^
// The template of the server, it's set to the defualt
// server template when not set by you

2

package.json
{
"name": "discord-user-bots",
"version": "1.2.0",
"version": "1.2.1",
"description": "I library that allows you tuse the full potential of Discords api to create good user bots.",

@@ -5,0 +5,0 @@ "main": "src/exports.js",

# Sopur's user bot library
Hello! This is a user bot library the allows for a lot more things than Discord.js.
For example, this library allows you to access to everything a legit client does;
like user notes, friend counts, the defualt Discord tutorial, and everything else.
This library is in a early state and needs more work.
Hello! This is a user bot library the allows
for a lot more things than Discord.js.
For example, this library allows you to access
to everything a legit client does:
like user notes, friend counts,
the defualt Discord tutorial,
and everything else.
This library is in a early state
and needs more work.
More functions will be added soon.

@@ -78,7 +83,38 @@

client.create_group(["person-id", "you can have up to 10", "(Including you)"]);
// ^
// The people to be in the group when it's made
client.leave_group("785986028955500596");
// ^
// The group ID to leave
// Person ID to be removed
// v
client.remove_person_from_group("person-id", "785986028955500596");
// ^
// Group ID to have someone removed from
// The name
// v
client.rename_group("Example group name", "785986028955500596");
// ^
// The group ID to be renamed
// Name of the server
// v
client.create_server("Example server name", "2TffvPucqHkN");
// ^
// The template of the server, it's set to the defualt
// server template when not set by you
```
**Keep in mind that all of these functions return Promises when they are finished with all the information about the action you just made execpt for type, stopType, delete_message, and leave_guild.**
# Event listeners
# Event listeners
```js

@@ -117,3 +153,4 @@

# Properties
My library focuses on allowing you to access absolutely everthing a normal Discord client can.
My library focuses on allowing you to access
absolutely everthing a normal Discord client can.
This means tons and tons of properties defining your client.

@@ -336,1 +373,11 @@

```
# What's new
Added 5 new functions:
- create_group
- leave_group
- remove_person_from_group
- rename_group
- create_server
Documention for these functions are shown above,
and in the source.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc