1.0.55 • Published 3 years ago

bdfd-nettle-ytb v1.0.55

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.54

3 years ago

1.0.53

3 years ago

1.0.52

3 years ago

1.0.51

3 years ago

1.0.50

3 years ago

1.0.49

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.40

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago