swing-discord-bot
v1.1.0
Published
swing-discord-bot is a librairie to help you for creating you firsts discord bots..
Readme
swing-discord-bot
swing-discord-bot is a librairie to help you for creating you firsts discord bots..
Installation
Use an editor to add this package. Exemples: Visual Studio Code || JetBrains Webstorm
npm i swing-discord-botUsage
const SwingDiscord = require('swing-discord-bot');
// Create a base file (bot.js)
SwingDiscord.createBot();
// Create a config file (config.json)
SwingDiscord.createConfig();
// Create a command
SwingDiscord.createCommand().<command>();
// Create an event
SwingDiscord.createEvent().<event>();
// Other functions will be added after..Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
