Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mattythedev01/simplydiscord
- Owner: mattythedev01
- Created: 2024-10-15T01:44:01.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-15T01:44:51.000Z (24 days ago)
- Last Synced: 2024-10-15T01:59:17.859Z (24 days ago)
- Topics: bot-generator, cli, discord-bot, discord-generator, discordbot, discordbot-genderator, discordjs, discordpackage, discordts, javascript, npm-package, npmjs, package, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mattythedev01/simplydiscord
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!