1.0.55 • Published 2 years ago

bdfd-nettle-ytb v1.0.55

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Hey, This is the nettleytb package!

Installation

npm i bdfd-nettle-ytb

Build the project

import { Bot, Plugins } from 'bdfd-nettle-ytb';
/*
  Only Plugins and Bot can be import from the package.
*/

const client = Bot.init('token');

Plugins.create();
Plugins.request();
Plugins.enable('all', client);

The following Allows your to know more informations about the package.

You need to avoid to use

Plugins.enable(['plugins1', 'plugins2'], client);

And use

Plugins.enable('all', client)
If you have any errors with any functions, ask in the discord server !
Errors can come from the bot token, discord api status or discord.js.

List of available functions:

The functions must be enable like this: Plugins.enable('all', client).
Plugins.enable('all', client) // Enable all functions. Client is necessary.

POST /voice/join?channel=channel_id

Join the asked voice channel.
Return message on success.

POST /voice/leave?guild=guild_id

Make the client leave his join channel.
Return message on success.

GET /voice/user?guild=guild_id&user=user_id

Return the specified user voice channel.

GET /voice/me?guild=guild_id

Return the client voice channel.

SOON

GET /guild/info?guild=guild_id

The type must be in uppercase.
results list:
  - boost_count // The amout of subscription count.
  - boost_level // The server subscription tier.
  - boosters_count // The amount of subscriber
    
  - emoji_animated_count // The amount of animated emoji.
  - emoji_static_count // The amount of static emoji.
    
  - channel_voice_count // The amount of voices channel.
  - channel_text_count // The amount of textuals channel.
  - channel_category_count // The amount of categories channel.
  - channel_new_count // The amount of news channel.
  - channel_stage_count // The amount of stafes voice channel.
  - channel_thread_private_count // The amount of private threads.
  - channel_thread_public_count // The amount of public threads.
    
  - list_boosters // The booster list mapped by their ids.
  - list_bots // The bot list mapped by their ids.
  - list_bans // The ban list mapped by their ids.
  - list_voices // The users in voice mapped by their ids.
  - list admins // The users with admins permissions mapped by their ids.
  - list_members // The server members mapped by their ids.
  
  - voice_users_count // The amount of users in a voice channel.
  - voice_users_muted_count // The amount of muted users in a voice channel.
  - voice_users_deafened_count // The amount of deafened users in a voice channel.
  - voice_users_streaming_count // The amount of users in stream in a voice channel.
  - voice_users_video_count // The amount of users in video in a voice channel.
  
  - vanity_url_code // The server vanity url
  - vanity_url_used // The amount of the vanity url uses.
  - hoisted_roles_count // The amount of hoisted roles in the right panel.
  - mentionable_roles_count // The amount of the mentionable roles in the server.
  
  - banner // The server banner url.
  - splash // The server splash utl.
  - humans_count // The amount of humans in the server.
  - bots_count // The amount of bots in the server.
  
  - is_verified // return true if the server is verified or false else.
  - is_partnered // Return true if the server is partnered or false else.
  
  - rules_channel // The rules channel id.
  - system_channel // The system channel id.
  - afk_channel // The afk channel id.
  - afk_timeout // The afk timeout.
  
  - creation_date // The server creation date.
  
  - langage // The langage in the server settings.
  - web_users_count // The amount of users with the discord site.
  - mobile_users_count // The amount of users with the discord mobile app.
  - pc_users_count // The amount of users with the discord pc app.
  - notifications_type // The server notifications.


Our contact methods !

Instagram: NettleYTB BDFD
TikTok: nettleytbbdfd
Youtube: NettleYTB BDFD
Discord: Z-Code
©️ All rights reserved.
❤️ Made by Morgan, made by heart.
1.0.55

2 years ago

1.0.54

2 years ago

1.0.53

2 years ago

1.0.52

2 years ago

1.0.51

2 years ago

1.0.50

2 years ago

1.0.49

2 years ago

1.0.48

2 years ago

1.0.47

2 years ago

1.0.46

2 years ago

1.0.45

2 years ago

1.0.44

2 years ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.40

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago