Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadiazt/discord-info
Get Guild & User Info With This Module
https://github.com/hadiazt/discord-info
discord-api discord-api-v10 discord-api-v9 discord-api-wrapper
Last synced: 30 days ago
JSON representation
Get Guild & User Info With This Module
- Host: GitHub
- URL: https://github.com/hadiazt/discord-info
- Owner: hadiazt
- License: mit
- Created: 2022-03-01T15:55:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T11:01:25.000Z (almost 3 years ago)
- Last Synced: 2024-09-05T22:34:16.858Z (4 months ago)
- Topics: discord-api, discord-api-v10, discord-api-v9, discord-api-wrapper
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/discord-info
- Size: 43 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord InfoAn NODE Module For Getting Data From Discord API
Called Discord Info#
## Functions :
Invite - User - Guild - GuildRoles - GuildEmojis - Account - AccountSettings - AccountGuilds#
## Function Object Info :
```
url : The Server Invite Code (Just The Code)```
```
GuildID : The Server ID```
```
BotToken : Token Of Bot```
```
UserToken : Account Token
```## Example Of Usage :
```js
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](https://github.com/hadiazt/discord-info/blob/main/index.test.js) File
## 📊 Repo Stats
## 🤝 Contributing
1. [Fork the repository](https://github.com/hadiazt/discord-info/fork)
2. Clone your fork: `git clone https://github.com/your-username/discord-info.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -am 'Add some feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request
# 🌟 Spread the word!
If you want to say thank you and/or support active development of the repo:
- Add a GitHub Star to the project!
- Join our discord servers [sosis](https://discord.gg/4zY83B9GnZ).
- Follow my profile [hadi-az](https://github.com/hadiazt)Thanks so much for your interest in growing the reach of the repo!
# ⚠️ License
This repo is free and open-source software licensed under the MIT General Public License v3.0. All designs were created by [hadi-az](https://github.com/hadiazt).