joytou commited on
Commit
a0f5169
·
1 Parent(s): 3a3363c

Add check discord version info

Browse files
Files changed (1) hide show
  1. discord_bot.py +2 -0
discord_bot.py CHANGED
@@ -82,6 +82,8 @@ async def generateStatus(interaction: discord.Interaction, id: str):
82
  await interaction.followup.send(f'Position in queue: {details["queue_position"]}, wait time: {details["wait_time"]}s')
83
  """
84
 
 
 
85
  print(inspect.signature(app_commands.Command).parameters)
86
 
87
  async def hello():
 
82
  await interaction.followup.send(f'Position in queue: {details["queue_position"]}, wait time: {details["wait_time"]}s')
83
  """
84
 
85
+ print(discord.version_info)
86
+ print(discord.__version__)
87
  print(inspect.signature(app_commands.Command).parameters)
88
 
89
  async def hello():