diff --git a/README.md b/README.md index b1b55b4ff..93bf81710 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Once you're done, take a look at the command list and have fun. | !stoptwitchalert [stream] | Stop stream alerts (admin only) | | !roll [number] | Random number between 0 and chosen number. | | !gif [text] | GIF search | +| !urban [text] | Search in the urban dictionary | +| !chat [text] | Chat with the cleverbot | | !addcom [command] [text] | Add a custom command | | !editcom [command] [text] | Edit a custom command | | !delcom [command] | Delete a custom command | diff --git a/red.py b/red.py index 8ab1901dd..b40586e44 100644 --- a/red.py +++ b/red.py @@ -132,7 +132,7 @@ trivia_help = """ !trivia random - Starts trivia session with random list !trivia stop - Stop trivia session """ - +cleverbot_client = cleverbot3.Cleverbot() client = discord.Client() if not discord.opus.is_loaded():