From 100dd91cc6c09d7dcea6a3f19a7b1da50971730c Mon Sep 17 00:00:00 2001 From: SuperAnt220 Date: Mon, 21 Oct 2024 01:17:48 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8Dquickfixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\320\260\321\202\320\273\320\260\321\201\321\213.md" | 4 ++-- cogs/help/starter_message.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git "a/assets/faqs/\320\260\321\202\320\273\320\260\321\201\321\213/\320\260\321\202\320\273\320\260\321\201\321\213.md" "b/assets/faqs/\320\260\321\202\320\273\320\260\321\201\321\213/\320\260\321\202\320\273\320\260\321\201\321\213.md" index 0bcda81..2278b52 100644 --- "a/assets/faqs/\320\260\321\202\320\273\320\260\321\201\321\213/\320\260\321\202\320\273\320\260\321\201\321\213.md" +++ "b/assets/faqs/\320\260\321\202\320\273\320\260\321\201\321\213/\320\260\321\202\320\273\320\260\321\201\321\213.md" @@ -23,7 +23,7 @@ }, { "type": "single", - "resource": "food/solid/sandwich" + "resource": "namespace:food/solid/sandwich" }, { "type": "directory", @@ -32,7 +32,7 @@ }, { "type": "directory", - "source": "top/secret/stuff", + "source": "ant:top/secret/stuff", "prefix": "secret/" } ] diff --git a/cogs/help/starter_message.py b/cogs/help/starter_message.py index 2220322..6f6372c 100644 --- a/cogs/help/starter_message.py +++ b/cogs/help/starter_message.py @@ -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])