-1
This is code for logging the channel. Basically what I did was create an array with all the messages and format it so it stays this way: Member#0000: (message). Only when I print it out on the console, or anywhere else, the messages come upside down. For example, the last message said is the first to be shown. I want the last message said to be the last message of the log, how do I do this (reverse the order)?