✨
This commit is contained in:
@ -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)")
|
||||
|
||||
|
Reference in New Issue
Block a user