Update app.py
Browse files
app.py
CHANGED
|
@@ -57,10 +57,6 @@ async def on_ready():
|
|
| 57 |
|
| 58 |
|
| 59 |
|
| 60 |
-
@bot.event
|
| 61 |
-
async def on_ready():
|
| 62 |
-
# Bot ready event code
|
| 63 |
-
|
| 64 |
@bot.hybrid_command(name="cryptoportfolio", description="Select a predefined sentence")
|
| 65 |
async def crypto_portfolio(ctx,
|
| 66 |
selection: Option(str,
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
@bot.hybrid_command(name="cryptoportfolio", description="Select a predefined sentence")
|
| 61 |
async def crypto_portfolio(ctx,
|
| 62 |
selection: Option(str,
|