1.0.7 โ€ข Published 2 years ago

easy-discord-api v1.0.7

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

easy discord api

Made with โค๏ธ by ๐•ฏ๐•ฝ๐•ฌ๐•ฒ๐•บ๐•น๐•ณ๐–€๐•น๐•ฟ๐•ฐ๐•ฝโ„ขยฎ-๐”ช๐” ๐”ท๐”ค๐”ฌ๐”ก๐”ญ๐”ฆ๐”ค๐”ค๐”ถแดฐแต‰แต›#4992

Examples

//require the package
const dapi = require("easy-discord-api")

//get's a discord user's info
dapi.duserinfo("your_bot_token_here", "user_Id").then(res => console.log(res))

//get a server member's info
dapi.dsmbinfo("your_bot_token_here", "guild_id", "member_id").then(res => console.log(res))

//get a guild's info
dapi.dguildinfo("your_bot_token", "guild_id").then(res => console.log(res))

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