clean-discord icon indicating copy to clipboard operation
clean-discord copied to clipboard

Cleaning discord data for NLP

Results 1 clean-discord issues
Sort by recently updated
recently updated
newest added

changing line 74 of workers.py from ```if msg!=[]: temp["conversations"].append(msg.strip().replace("\t", " ")); msg=[]``` to ```if msg!=[]: temp["conversations"].append(str(msg).strip().replace("\t", " ")); msg=[]``` fixed this