2.0.1 • Published 2 years ago

djs-template-gen v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

About

A simple library that generates bot bases for Discord.


Installation

npm i djs-template-gen

Example Usage


Slash example

const { TemplateGenerator, BaseTypes } = require('djs-template-gen');

const generator = new TemplateGenerator();
generator.createBase({
  type: BaseTypes.Slash,
  templateName: 'slash'//op
});

Prefix example

const { TemplateGenerator, BaseTypes } = require('djs-template-gen');

const generator = new TemplateGenerator();
generator.createBase({
  type: BaseTypes.Prefix,
  templateName: 'prefix'//op
});

Useful Links

2.0.1

2 years ago

2.0.0

2 years ago

1.0.10

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

1.0.2

3 years ago

1.0.1

3 years ago