Skip to content

Latest commit

Β 

History

History
67 lines (45 loc) Β· 2.7 KB

File metadata and controls

67 lines (45 loc) Β· 2.7 KB

πŸͺ½ Fairy Tail Bot

This is the repository for the Fairy Tail Discord Bot πŸͺ½ project.

Author

πŸ§‘β€πŸ’» Pahril Dwi Saputra

Installation

  1. Clone the repository:

    git clone https://github.com/visoredkon/fairytail-bot.git
    
  2. Navigate to the project directory:

    cd fairytail-bot
    
  3. Install the dependencies:

    bun install
    

Usage

To start the bot, run the following command (don't forget to change the bot token in env):

bun start

The bot will be up and running, ready to light up your Discord server! πŸ”₯

Scripts

  • start: Launches the bot in production mode.
  • start:dev: Launches the bot in development mode.
  • lint: Runs ESLint to check for code quality and adherence to coding standards.
  • lint:fix: Runs ESLint and attempts to fix any detected issues automatically.
  • format: Checks code formatting using Prettier.
  • format:fix: Formats code using Prettier.

Dependencies

  • πŸ€– discord.js: A powerful library for interacting with the Discord API.

Development Dependencies


code style: prettier