Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattythedev01/simplydiscord

A simple discord package to generate you a starter Discord bot!
https://github.com/mattythedev01/simplydiscord

bot-generator cli discord-bot discord-generator discordbot discordbot-genderator discordjs discordpackage discordts javascript npm-package npmjs package typescript

Last synced: 24 days ago
JSON representation

A simple discord package to generate you a starter Discord bot!

Awesome Lists containing this project

README

        

# @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:

```JavaScript
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:

```bash
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!