def member(self, message): print(Fore.CYAN + "[MEMBER] " + self.timestamp() + " " + message.encode('ascii', 'ignore').decode('ascii') + Fore.RESET)