From da26c18224592cceb75f2ba9f15ed073f399b6ca Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Mon, 26 Jul 2021 20:22:28 +0530 Subject: [PATCH] added Glitch Badge & fixed some stuff --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cdc76e7..e9b84d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# CATH.EXE TEMPLATE - - +

CATH.EXE TEMPLATE

*This is a Bot Template based on Cath.exe, This templated **does not** conatain any data from Project Lighthouse. For Call of duty mobile stats invite the main instance using the **INVITE ME** badge.* @@ -21,11 +19,12 @@ If you like this bot, feel free to
-# Deployment +

Deployment

## Deploy Online [![Run On Replit](https://img.shields.io/static/v1?label=Run%20On&message=Repl.it&color=5865F2&logo=replit&logoColor=white&style=for-the-badge&scale=1.4)](https://repl.it/github/night0721/cath.exe) [![Deploy On Heroku](https://img.shields.io/static/v1?label=Deploy%20On&message=Heroku&color=5865F2&logo=heroku&logoColor=white&style=for-the-badge&scale=1.4)](https://heroku.com/deploy?template=https://github.com/night0721/cath.exe) +[![Remix on Glitch](https://img.shields.io/static/v1?label=Remix%20On&message=Glitch&color=5865F2&logo=glitch&logoColor=white&style=for-the-badge&scale=1.4)](https://glitch.com/edit/#!/import/github/night0721/cath.exe) ## Deploy Locally @@ -46,16 +45,16 @@ Download all these programs on your local machine by clicking on the badge & fol git clone https://github.com/night0721/cath.exe ``` -2. Rename the [`.env.example` -](https://github.com/night0721/cath.exe/blob/main/.env.example) file to `.env`
+2. Make a new file & name it ``.env`` then copy-paste all the contents from [`.env.example` +](https://github.com/night0721/cath.exe/blob/main/.env.example) into the `.env` file
-3. Create an application from Discord Developer's Portal then copy these things into the `.env` file.
+3. Create an application from Discord Developer's Portal then copy these things into the `.env` file.
[![Open Discord Developer Portal](https://badgen.net/badge/icon/discord?icon=discord&label=Developer%20Portal&color=5865F2&style=for-the-badge)](https://discord.com/developers/applications) - **Bot Token**
- **Application ID** (Client ID)
- **Client Secret**
-4. To view the logs, Create 5 Channels & 5 Webhooks in *your* **Discord Server:** corresponding to these logs. +4. To view the logs, Create 5 Channels & 5 Webhooks in *your* **Discord Server** corresponding to these logs. - **Server Log** (Log new Server Added/Premium Server)
- **Error Log** (Log Unhandled Rejection Error)
- **Ready Log** (Log when bot online)
@@ -74,13 +73,12 @@ git clone https://github.com/night0721/cath.exe npm i ``` -7. Now, to start the bot use this command. +7. Now, to start the bot use this command in your terminal. ```cmd node . ``` # Additional Steps - To enable the Economy Commands, you need to Setup a MongoDB Database. You can also watch a video guide [here](https://youtu.be/dQw4w9WgXcQ). 1. Create a Free [MongoDB Account](https://www.mongodb.com/cloud/atlas/register)