2.0.1 • Published 1 year ago

djs-template-gen v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

2.0.0

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago