the-round-table / trtbot

🤖 Discord Bot
MIT License
3 stars 0 forks source link

thread transfer #161

Open trtbot opened 5 years ago

trtbot commented 5 years ago

transfer threads between channels, probably need a message id stored somewhere


Context (Will only be viewable if you are a member of this guild) Submitter (Discord Username): narendasan (260911269505138689) Channel: #programming (430410161958420491) Guild: The Round Table (426611271429783553)

Joshuad2uiuc commented 5 years ago

Probably a command like

trt thread -t 798127317979123..127398127398129 

and it looks for all the messages in that channel inbetween and including those messages. if the command is

trt thread -t 36128376128329

can just grab from that id to before this message, since we want to keep the actual thread command in the channel. However, we may not want to, is basically semantics.

We want to include all the users so we can notify the people mentioned in the thread already it was created, but not after that.

Should work like bash mv and still show user and their message, but do not at them, would be annoying.