minor todo for post removal

This commit is contained in:
yuki 2025-10-07 23:58:27 -03:00
parent 4ad65c6b1d
commit bfc9197333

View file

@ -42,6 +42,7 @@ def setup(bot: bot.Bot):
try: try:
await ctx.send(f"Creating post:\n```markdown\n{" ".join(text)}\n```") 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)) # post = nerimity.Post.create_post(content=" ".join(text))
# print(post) # print(post)
await ctx.send(u.good_msg(f"Post created!!")) await ctx.send(u.good_msg(f"Post created!!"))