!chat fix

Fixed a stupid mistake
This commit is contained in:
Markus 2016-01-16 18:19:50 +01:00
parent c1d73c3038
commit c3f7c8936e
2 changed files with 3 additions and 1 deletions

View File

@ -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) | | !stoptwitchalert [stream] | Stop stream alerts (admin only) |
| !roll [number] | Random number between 0 and chosen number. | | !roll [number] | Random number between 0 and chosen number. |
| !gif [text] | GIF search | | !gif [text] | GIF search |
| !urban [text] | Search in the urban dictionary |
| !chat [text] | Chat with the cleverbot |
| !addcom [command] [text] | Add a custom command | | !addcom [command] [text] | Add a custom command |
| !editcom [command] [text] | Edit a custom command | | !editcom [command] [text] | Edit a custom command |
| !delcom [command] | Delete a custom command | | !delcom [command] | Delete a custom command |

2
red.py
View File

@ -132,7 +132,7 @@ trivia_help = """
!trivia random - Starts trivia session with random list !trivia random - Starts trivia session with random list
!trivia stop - Stop trivia session !trivia stop - Stop trivia session
""" """
cleverbot_client = cleverbot3.Cleverbot()
client = discord.Client() client = discord.Client()
if not discord.opus.is_loaded(): if not discord.opus.is_loaded():