An Utility Package For Discord Bots!
npm i nuggies
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
- Full slash command support!
- Customizability at your fingertips!
- Giveaways
- Dropdown Roles
- Button Roles
- Applications
If You Have Any Problems You Can Join Our Discord Server.
Documentation Can Be Found Here.
Bugs/Suggestions Can Be Submitted Here
Nuggies npm licensed under the terms of Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International ("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:
- Share -- copy and redistribute the material in any medium or format
- Adapt -- remix, transform, and build upon the material
Under 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.