Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codiume/discord-bot-template

A simple template to start coding your own and personalized discord bot in Javascript
https://github.com/codiume/discord-bot-template

bot discord discord-js hacktoberfest

Last synced: 11 days ago
JSON representation

A simple template to start coding your own and personalized discord bot in Javascript

Awesome Lists containing this project

README

        

# Discord Bot Template

[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)

A simple template to start to code your own and personalized discord bot in Javascript.

## Run Locally

Clone the project

```bash
git clone [email protected]:codiume/discord-bot-template.git fancy-bot
```

Go to the project directory

```bash
cd fancy-bot
```

Install dependencies

```bash
npm install
```

Run the dev server

```bash
npm run dev
```