Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from shop import shop
|
|
13 |
from cashapp import cashapp
|
14 |
from database import database
|
15 |
from sportbet import sportbet
|
|
|
16 |
|
17 |
app = FastAPI()
|
18 |
intents = discord.Intents.default()
|
|
|
13 |
from cashapp import cashapp
|
14 |
from database import database
|
15 |
from sportbet import sportbet
|
16 |
+
from currentbets import currentbets
|
17 |
|
18 |
app = FastAPI()
|
19 |
intents = discord.Intents.default()
|