Skip to content
Permalink
Browse files
Add credit to Kelvin for idea behind brain
  • Loading branch information
grantb3 committed Nov 27, 2018
1 parent c12a204 commit 0b9fa47c1faa9be52970cb0c555c069a24ce664f
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
##################################################
# Benjamin Grant
# Benjamin Grant - Idea for dictionary in learn(), unlearn() and get_response() from Kelvin Mock my group member, but implementation is entirely my own.
import random
import namestore
import datetime
@@ -183,4 +183,4 @@ async def processMessage(client, message):
response = await replacePlaceholders(response, message.author)

await client.send_message(message.channel, response)
##################################################
##################################################

0 comments on commit 0b9fa47

Please sign in to comment.