coollsd commited on
Commit
6067e2a
·
verified ·
1 Parent(s): 907240b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from shop import shop
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,6 +36,7 @@ tree.add_command(shop)
35
  tree.add_command(cashapp)
36
  tree.add_command(database)
37
  tree.add_command(sportbet)
 
38
 
39
  @bot.event
40
  async def on_ready():
 
15
  from cashapp import cashapp
16
  from database import database
17
  from sportbet import sportbet
18
+ from roulette import roulette
19
 
20
  app = FastAPI()
21
  intents = discord.Intents.default()
 
36
  tree.add_command(cashapp)
37
  tree.add_command(database)
38
  tree.add_command(sportbet)
39
+ tree.add_command(roulette)
40
 
41
  @bot.event
42
  async def on_ready():