coollsd commited on
Commit
5289540
·
verified ·
1 Parent(s): 87f59cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ from dice import dice
11
  from admincash import admincash
12
  from shop import shop
13
  from cashapp import cashapp
14
- from database import database # Add this line
15
 
16
  app = FastAPI()
17
  intents = discord.Intents.default()
@@ -30,7 +30,7 @@ tree.add_command(dice)
30
  tree.add_command(admincash)
31
  tree.add_command(shop)
32
  tree.add_command(cashapp)
33
- tree.add_command(database) # Add this line
34
 
35
  @bot.event
36
  async def on_ready():
 
11
  from admincash import admincash
12
  from shop import shop
13
  from cashapp import cashapp
14
+ from database import database
15
 
16
  app = FastAPI()
17
  intents = discord.Intents.default()
 
30
  tree.add_command(admincash)
31
  tree.add_command(shop)
32
  tree.add_command(cashapp)
33
+ tree.add_command(database)
34
 
35
  @bot.event
36
  async def on_ready():