minor todo for post removal
This commit is contained in:
parent
4ad65c6b1d
commit
bfc9197333
1 changed files with 1 additions and 0 deletions
|
|
@ -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!!"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue