4.1.0 • Published 7 years ago

smooth-discord.js v4.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

smooth-discord.js

This is a discord bot framework created by me (Artful). Written in javascript with the discord.js library. https://discord.js.org/#/

Join my discord server: https://discord.gg/MBVyQdT

Usage

  • Node.js 6+

Features

  • Dynamic command handler. (Choose your directory)
  • Selfbot support.
  • Multiple alias support for commands.
  • Command permission checking.

Notes

  • Clean has been removed from commands.

Command template

const { Command } = require('smooth-discord.js');

module.exports = class TestCommand extends Command {
	constructor() {
		super({
			name: '',
			description: '',
			guildOnly: ,
			ownerOnly: ,
			aliases: [''],
			perms: ['']
		});
	}

	run(message, args) {

	}
};

Credits

Kye - Creator/Developer.

Want to contribute?

Fork it!

Create your feature branch: git checkout -b my-new-feature

Commit your changes: git commit -am 'Add some feature'

Push to the branch: git push origin my-new-feature

Submit a pull request!

4.1.0

7 years ago

4.0.0

7 years ago

3.8.1

7 years ago

3.8.0

7 years ago

3.7.1

7 years ago

3.7.0

7 years ago

3.6.1

7 years ago

3.5.0

7 years ago

3.4.0

7 years ago

3.3.1

7 years ago

3.3.0

7 years ago

3.2.0

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.12

7 years ago

2.1.11

7 years ago

2.1.10

7 years ago

2.1.9

7 years ago

2.1.8

7 years ago

2.1.7

7 years ago

2.1.6

7 years ago

2.1.5

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.0.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago