Skip to content

A template for making discord HTTP bots with typescript.

License

Notifications You must be signed in to change notification settings

KrishAgarwal2811/discord-http-bot

 
 

Repository files navigation

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
  • ESLint 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

About

A template for making discord HTTP bots with typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%