Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuggies-bot/nuggies-npm
A utility package for Discord Bots!
https://github.com/nuggies-bot/nuggies-npm
buttons discord discord-bot discord-buttons discord-giveaways discord-js discordjs giveaways nodejs
Last synced: 2 months ago
JSON representation
A utility package for Discord Bots!
- Host: GitHub
- URL: https://github.com/nuggies-bot/nuggies-npm
- Owner: Nuggies-bot
- License: other
- Created: 2021-06-15T05:59:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T17:57:26.000Z (over 1 year ago)
- Last Synced: 2024-09-24T12:02:44.342Z (3 months ago)
- Topics: buttons, discord, discord-bot, discord-buttons, discord-giveaways, discord-js, discordjs, giveaways, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nuggies
- Size: 1.01 MB
- Stars: 44
- Watchers: 2
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nuggies
[![discordBadge](https://img.shields.io/badge/Chat-Click%20here-7289d9?style=for-the-badge&logo=discord)](https://discord.gg/X8v22CPwFN)
[![downloadsBadge](https://img.shields.io/npm/dt/nuggies?style=for-the-badge)](https://npmjs.com/nuggies)
[![versionBadge](https://img.shields.io/npm/v/nuggies?style=for-the-badge)](https://npmjs.com/nuggies)
[![documentationBadge](https://img.shields.io/badge/Documentation-Click%20here-blue?style=for-the-badge)](https://nuggies.js.org)An Utility Package For Discord Bots!
# 📂・Installation
```powershell
npm i nuggies
```# 🖥️・Setup
```js
const Discord = require('discord.js');
const client = new Discord.Client();
const Nuggies = require('nuggies');
Nuggies.connect("MONGODB_CONNECTION_URL");
Nuggies.handleInteractions(client);
Nuggies.Messages(client, {}); // full customization```
# 💡・Features
- Full slash command support!
- Customizability at your fingertips!
- [Giveaways](https://github.com/Nuggies-bot/giveaways-example)
- [Dropdown Roles](https://github.com/Nuggies-bot/dropdown-roles-example)
- [Button Roles](https://github.com/Nuggies-bot/buttonroles-example)
- [Applications](https://github.com/Nuggies-bot/applications-example)
# 👥・Contact Us
### If You Have Any Problems You Can Join Our [Discord Server](https://discord.gg/X8v22CPwFN).
### Documentation Can Be Found [Here](https://nuggies.js.org).
### Bugs/Suggestions Can Be Submitted [Here](https://github.com/Nuggies-bot/nuggies-npm/issues/new/choose)
# 👮・License
Nuggies npm licensed under the terms of [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://github.com/Nuggies-bot/nuggies-npm/blob/main/license) ("CC-BY-NC-SA-4.0"). Commercial use is not allowed under this license. This includes any kind of revenue made with or based upon the software, even donations.The CC-BY-NC-SA-4.0 allows you to:
- [x] **Share** -- copy and redistribute the material in any medium or format
- [x] **Adapt** -- remix, transform, and build upon the materialUnder the following terms:
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- **NonCommercial** — You may not use the material for commercial purposes.
- **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.More information can be found [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).