Skip to content

Commit 56d63c8

Browse files
committed
Head error
1 parent 36d6ac7 commit 56d63c8

3 files changed

Lines changed: 1 addition & 37 deletions

File tree

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
## O2EZ BOT
32
#Requirements
43
[Python (3.9+)](https://www.python.org/downloads/)
@@ -22,33 +21,4 @@ to run the bot, open powershell and type `python insert_bot_file_location` for e
2221
```
2322
python e:/O2JAM/DiscordBot/bot.py
2423
```
25-
to close the bot, just ctrl+c in the powershell
26-
=======
27-
# O2EZ BOT
28-
29-
### Requirements
30-
31-
[Python (3.9+)](https://www.python.org/downloads/)
32-
33-
### Installation
34-
35-
We need a specific modules to be installed in order to run our bot.
36-
Open the Powershell and type.
37-
```pip install -r requirements.txt```
38-
39-
if some modules are not corectly installed, try.
40-
```
41-
python pip install discord.py
42-
python pip install pyodbc
43-
python pip install python-dotenv
44-
```
45-
46-
Bot Token and Database Configs are found in `.emv` file.
47-
48-
49-
to run the bot, open powershell and type `python insert_bot_file_location` for example:
50-
```
51-
python e:/O2JAM/DiscordBot/bot.py
52-
```
53-
to close the bot, just ctrl+c in the powershell
54-
>>>>>>> 40913dfe7853f7c02faff48a8b435e4283af5f3d
24+
to close the bot, just ctrl+c in the powershell

bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
import os
32
import discord
43
import pyodbc

requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<<<<<<< HEAD
21
discord.py==1.7.1
32
pyodbc==4.0.30
4-
=======
5-
discord.py==1.7.1
6-
pyodbc==4.0.30
7-
>>>>>>> 40913dfe7853f7c02faff48a8b435e4283af5f3d
83
python-dotenv==0.17.0

0 commit comments

Comments
 (0)