Spaces:
Building
Building
Update app.py
Browse files
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
|
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)
|
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():
|