Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Discord User's Assistant Chatbot

Semi-intelligent discord chatbot for module 4006CEM - Oct/Nov 2018

Usage: python3 connector.py

Libraries being used:

If you get an error (error 'NoneType' object has no attribute 'group') when using googletrans follow these instructions: Step 1. pip uninstall googletrans Step 2. clone https://github.com/BoseCorp/py-googletrans.git Step 3. ./py-googletrans Step 4. setup.py install