@@ -468,7 +468,8 @@ func onMessageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
}
list+="\n"
}
s.ChannelMessageSend(m.ChannelID,list)
st,_:=s.UserChannelCreate(m.Author.ID)
s.ChannelMessageSend(st.ID,list)
godeleteCommandMessage(s,m.ChannelID,m.ID)
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.