zkyc
Version:
Discord command handler.
21 lines (15 loc) • 871 B
Markdown
## What is Zkyc?
Zkyc is a CLI (Command Line Interface) tool that generates Discord.js project or command/events to projects that is made by Zkyc.
# Getting started
Install Zkyc by running `npm install -g zkyc` on your terminal or command prompt, this will install zkyc globally.
- To create a project, type `zkyc` in terminal or command prompt.
- Choose `New Project` and follow all the steps.
- Once done, go into your project by typing `cd <project name>` in terminal or command prompt.
- Type `node .` in terminal or command prompt to start the bot.
## Changelog
- Done. Creating config file when create project.
- Done. Adding discord.js to the project when creating one.
- Done. Can add commands using the command prompt.
- Done. Can add events using the command prompt.
- Done. Prefix system template.
- Not done. Economy system template.