coollsd commited on
Commit
c7b3c74
·
verified ·
1 Parent(s): 729c61b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()
@@ -33,6 +34,7 @@ tree.add_command(shop)
33
  tree.add_command(cashapp)
34
  tree.add_command(database)
35
  tree.add_command(sportbet)
 
36
 
37
  @bot.event
38
  async def on_ready():
 
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
  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():