coollsd commited on
Commit
14b4ddb
·
verified ·
1 Parent(s): 0304b78

Update currentbets.py

Browse files
Files changed (1) hide show
  1. 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