1.1.0 • Published 3 years ago

swing-discord-bot v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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-bot

Usage

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.

License

MIT

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago