From bfc9197333be52f4d119bfc9a2d855d6e34d1645 Mon Sep 17 00:00:00 2001 From: yuki Date: Tue, 7 Oct 2025 23:58:27 -0300 Subject: [PATCH] minor todo for post removal --- commands/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/admin.py b/commands/admin.py index 9baa034..c307cd2 100644 --- a/commands/admin.py +++ b/commands/admin.py @@ -42,6 +42,7 @@ def setup(bot: bot.Bot): try: await ctx.send(f"Creating post:\n```markdown\n{" ".join(text)}\n```") + # TODO: post removal command :p # post = nerimity.Post.create_post(content=" ".join(text)) # print(post) await ctx.send(u.good_msg(f"Post created!!"))