coollsd commited on
Commit
a6e5705
·
verified ·
1 Parent(s): a704717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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():