Skip to content

Commit 54364f7

Browse files
committed
added profile picture and screenshot
1 parent db81471 commit 54364f7

File tree

5 files changed

+3216
-954
lines changed

5 files changed

+3216
-954
lines changed

assets/egg_cart_screenshot.png

173 KB
Loading

assets/eggcart_profile.png

118 KB
Loading

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require('dotenv').config();
1+
require('dotenv').config({path : "/mnt/data/eggcart/.env"});
22
const bot = require(__dirname + '/modules/Eggcart.js')
33

44
const eggCart = new bot(String(process.env.DATABASE_LOCATION))
@@ -8,4 +8,4 @@ eggCart.getList()
88
eggCart.deleteItem()
99
eggCart.clearList()
1010
eggCart.help()
11-
eggCart.connect()
11+
eggCart.connect()

0 commit comments

Comments
 (0)