Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #'s in markdown. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a simple discord bot which is fun to use.


## Installing Dependencies
#FOR LINUX
### FOR LINUX
download all the files and then do the following commands

```bash
Expand All @@ -16,7 +16,7 @@ sudo chmod +x installdepends.sh
./installdepends.sh
```

#FOR WINDOWS
### FOR WINDOWS
```
double click the installdepends.bat script to install all dependencies
```
Expand All @@ -26,13 +26,13 @@ double click the installdepends.bat script to install all dependencies
2. Download the upload the emoji's to your server and change the name and id of them where they are used
2. After doing all of these stuff do the following to run the bot

#FOR LINUX
### FOR LINUX
```bash
sudo chmod +x run.sh
#this is for making the script executable
./run.sh
```
#FOR WINDOWS
### FOR WINDOWS
```
double click the run.bat script to start the bot
```
Expand Down