Skip to content

Commit

Permalink
👍quickfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAnt220 committed Oct 20, 2024
1 parent 294506e commit 100dd91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/faqs/атласы/атласы.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"type": "single",
"resource": "food/solid/sandwich"
"resource": "namespace:food/solid/sandwich"
},
{
"type": "directory",
Expand All @@ -32,7 +32,7 @@
},
{
"type": "directory",
"source": "top/secret/stuff",
"source": "ant:top/secret/stuff",
"prefix": "secret/"
}
]
Expand Down
4 changes: 3 additions & 1 deletion cogs/help/starter_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ async def resolve(self, ctx, button):
ephemeral=True,
allowed_mentions=no_ping)
return
embed = discord.Embed(color=no_color, title=f"{Emojis.check} Проблема решена!", description=f"### Любое новое сообщение или реакция снова откроет эту ветку.")
embed = discord.Embed(color=no_color,
description=f"# {Emojis.check} Проблема решена!\n"
"### Любое новое сообщение или реакция снова откроет эту ветку.")
await ctx.response.send_message(embed=embed,allowed_mentions=no_ping)
if len(ctx.channel.applied_tags) == 5:
await ctx.channel.remove_tags(ctx.channel.applied_tags[-1])
Expand Down

0 comments on commit 100dd91

Please sign in to comment.