Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 488 Bytes

Akuma

Cloning

git clone https://github.com/aexhell/akuma.git

You can also use GitHub Desktop for cloning the repository.

Installation

First, install the bot dependencies with npm i or yarn. Then, use the .env.example file to create the .env with your bot's token and client ID. Finally, run npm run dev or yarn dev in your terminal for running your bot.

You can change the chalk dependency to your preferred terminal package.