Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.47 KB

File metadata and controls

35 lines (25 loc) · 1.47 KB

Discord HTTP Bot 🤖

A discord bot template to make http connection with discord.

GitHub code size in bytes GitHub issues GitHub package.json version GitHub

Steps after using this template

  1. Install Node.js in your machine.
  2. Install Yarn in your machine. (npm install -g yarn)
  3. Run yarn install in the project directory.
  4. Copy src/.env to src/.env.local and populate in the details.
  5. Run yarn watch to start the bot.
  6. Remove this part from README

⚡ Features

  • Uses @skyra/http-framework as the base library
  • Uses @skyra/env-utilities for better env management
  • Typescript support
  • Prettier support
  • Automated git hooks with husky
  • Integrated with commit lint to watch your commit messages
  • Uses renovate to keep up with latest dependency updates

📝 Authors