Spaces:
Building
Building
Update currentbets.py
Browse files- currentbets.py +4 -0
currentbets.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
@app_commands.command(name="currentbets", description="view bets")
|
2 |
async def currentbets(interaction: discord.Interaction):
|
3 |
user_id = interaction.user.id
|
|
|
1 |
+
from discord import app_commands
|
2 |
+
import discord
|
3 |
+
from your_main_file import user_bets, user_cash
|
4 |
+
|
5 |
@app_commands.command(name="currentbets", description="view bets")
|
6 |
async def currentbets(interaction: discord.Interaction):
|
7 |
user_id = interaction.user.id
|