fixes regression for reageer
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 22:48:36 +01:00
parent 4f55dd9dd6
commit a80ac831f0
+1 -1
View File
@@ -269,7 +269,7 @@ class Chatbot(commands.Cog):
except: except:
pass pass
response = self.getResponseForMessage(wordsToRespondTo) response = await self.getResponseForMessage(wordsToRespondTo)
await ctx.channel.send(response) await ctx.channel.send(response)
# Calculate probabilities and pick a next word from a word pair dict: # Calculate probabilities and pick a next word from a word pair dict: