Update app.py
Browse files
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)
|