An NODE Module For Getting Data From Discord API Called Discord Info
url : The Server Invite Code (Just The Code)
GuildID : The Server ID
BotToken : Token Of Bot
UserToken : Account Token
const { Invite , User} = require('discord-info')
Invite({ url: '' }).then((response) => { console.log(response) })
User({ UserID: '', BotToken: '' }).then((response) => { console.log(response) })
// --------- OR --------- //
const INFO /* Or Every Var You Want */ = require('discord-info')
INFO.Guild({ GuildID: '', BotToken: '' }).then((response) => { console.log(response) })
INFO.AccountGuilds({ UserToken: '' }).then((response) => { console.log(response) })
Or Visit test File
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/discord-info.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
If you want to say thank you and/or support active development of the repo:
Thanks so much for your interest in growing the reach of the repo!
This repo is free and open-source software licensed under the MIT General Public License v3.0. All designs were created by hadi-az.