mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
!chat fix
Fixed a stupid mistake
This commit is contained in:
parent
c1d73c3038
commit
c3f7c8936e
@ -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
2
red.py
@ -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():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user