The Open Source Discord API built with discord.js & as well as the use of Express, Typescript and EJS technologies
- 2 Discord Bot Token
- Node.js v14.0.0 or newer
git clone https://github.com/im-parsa/persian-discord-api.git
cd persian-discord-api
npm install
You should config .env file and make two keys TOKEN0 & TOKEN1 with what discord token you want in value
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/persian-discord-api.git
- Create your feature branch:
git checkout -b my-new-feature
- Stage changes
git add .
- Commit your changes:
cz
ORnpm run commit
do not usegit commit
- Push to the branch:
git push origin my-new-feature
- Submit a pull request