mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 12:07:23 +00:00
Revert and clean
This commit is contained in:
@ -22,8 +22,6 @@ func tcmdAutoReact(m keybase.ChatAPI) {
|
|||||||
msgID := m.Msg.ID
|
msgID := m.Msg.ID
|
||||||
channel := m.Msg.Channel
|
channel := m.Msg.Channel
|
||||||
chat := k.NewChat(channel)
|
chat := k.NewChat(channel)
|
||||||
if m.Msg.Sender.Username == "majortrips" {
|
|
||||||
|
|
||||||
chat.React(msgID, ":+1:")
|
chat.React(msgID, ":+1:")
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user