This commit is contained in:
jona605a
2020-09-25 19:00:58 +02:00
parent 3fb2da1c0e
commit dcd37206bc
4 changed files with 7 additions and 7 deletions

View File

@ -176,6 +176,7 @@ class GameLoops():
logThis("Error parsing command (error code 1510)")
await channel.send(response)
logThis(response,str(channel.id))
if showImage:
if deleteImage:
@ -214,10 +215,9 @@ class GameLoops():
# Runs Love letter
async def runLoveletter(self,channel,command,user):
async def runLoveletter(self,channel,command,user,userchannel):
try:
response, showImage, deleteImage = self.bot.hex.parseLove(command,str(channel.id),user)
response, showImage, deleteImage = self.bot.loveletter.parseLove(command,str(channel.id),user,userchannel)
except:
logThis("Error parsing command (error code 1810)")