/DiscordJS-TypeScript-Starter-Gulp

Create your own bot using TypeScript and Discord.JS.

Primary LanguageJavaScriptMIT LicenseMIT

Redek Project

DiscordJS TypeScript Starter with Gulp

Create your own bot using TypeScript and Discord.JS.

Install

In order to use the template, you must install the packages via the following command :

npm install

Usage

Launch the project in development mode :

npm run serve

Launch the modification observer :

npm run watch

Launch the project compilation :

npm run build

Launch the compiled project :

npm run start

Check your code via TSLint :

npm run lint

Work With

  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
  • Discord.JS - A powerful JavaScript library for interacting with the Discord API
  • Discord.JS Typings - Official TypeScript type definitions for Discord.js
  • YAMLJS - Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

Build With

Author

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details