Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ from shop import shop
|
|
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()
|
@@ -34,7 +33,6 @@ tree.add_command(shop)
|
|
34 |
tree.add_command(cashapp)
|
35 |
tree.add_command(database)
|
36 |
tree.add_command(sportbet)
|
37 |
-
tree.add_command(currentbets)
|
38 |
|
39 |
@bot.event
|
40 |
async def on_ready():
|
|
|
13 |
from cashapp import cashapp
|
14 |
from database import database
|
15 |
from sportbet import sportbet
|
|
|
16 |
|
17 |
app = FastAPI()
|
18 |
intents = discord.Intents.default()
|
|
|
33 |
tree.add_command(cashapp)
|
34 |
tree.add_command(database)
|
35 |
tree.add_command(sportbet)
|
|
|
36 |
|
37 |
@bot.event
|
38 |
async def on_ready():
|