Open the text file in "append" mode instead of "write"
open("member_channel.txt", "a")
Check out the documentation and this answer