1.0.8 • Published 9 months ago

@mattythedev01/simplydiscord v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

@mattythedev01/simplydiscord Documentation

Overview

"@mattythedev01/simplydiscord", is an easy way to generate a Discord bot project in either TypeScript or JavaScript.

Features

  • Works with TypeScript & JavaScript
  • Simple & fast
  • Takes less than 4 seconds to setup!
  • Timestamp tracking for each entry

Installation

npm install @mattythedev01/simplydiscord

Scripts

Make a index.js file and add the following code:

const simple = require("@mattythedev01/simplydiscord");

console.log(simple("simple"));

once the following code has been pasted into your index.js file, run the following command:

node index.js

That command will prompt you with the discord bot generator, in your terminal.

Information

  • Its not a global package, because honestly, I don't know how tom a cli for it! So I hope you still enjoy this package!