TonyD365 commited on
Commit
21b6f04
·
verified ·
1 Parent(s): 2f19340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -254,6 +254,7 @@ async def unappmats(interaction: discord.Interaction, category: str):
254
  list_text = "\n".join([f"`#{m['_id']}` **{m['title']}**\n🔗 {m['url']}" for m in materials])
255
  embed = discord.Embed(title=f"⏳ {category} Pending", description=list_text, color=discord.Color.orange())
256
  await interaction.followup.send(embed=embed)'''
 
257
  @client.tree.command(name="hi")
258
  async def hi(interaction: discord.Interaction):
259
  await interaction.response.defer(ephemeral=False)
 
254
  list_text = "\n".join([f"`#{m['_id']}` **{m['title']}**\n🔗 {m['url']}" for m in materials])
255
  embed = discord.Embed(title=f"⏳ {category} Pending", description=list_text, color=discord.Color.orange())
256
  await interaction.followup.send(embed=embed)'''
257
+
258
  @client.tree.command(name="hi")
259
  async def hi(interaction: discord.Interaction):
260
  await interaction.response.defer(ephemeral=False)