Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ from shop import shop
|
|
15 |
from cashapp import cashapp
|
16 |
from database import database
|
17 |
from sportbet import sportbet
|
18 |
-
from currentbets import currentbets
|
19 |
|
20 |
app = FastAPI()
|
21 |
intents = discord.Intents.default()
|
@@ -36,7 +35,6 @@ tree.add_command(shop)
|
|
36 |
tree.add_command(cashapp)
|
37 |
tree.add_command(database)
|
38 |
tree.add_command(sportbet)
|
39 |
-
tree.add_command(currentbets)
|
40 |
|
41 |
@bot.event
|
42 |
async def on_ready():
|
|
|
15 |
from cashapp import cashapp
|
16 |
from database import database
|
17 |
from sportbet import sportbet
|
|
|
18 |
|
19 |
app = FastAPI()
|
20 |
intents = discord.Intents.default()
|
|
|
35 |
tree.add_command(cashapp)
|
36 |
tree.add_command(database)
|
37 |
tree.add_command(sportbet)
|
|
|
38 |
|
39 |
@bot.event
|
40 |
async def on_ready():
|