muple
1 files changed, 2 insertions(+), 2 deletions(-) M commandhandler.py
M commandhandler.py => commandhandler.py +2 -2
@@ 1015,8 1015,8 @@ class CommandHandler: if metuple is None: cur = conn.cursor() cur.execute( "SELECT fromguild, fromchannel, frommessage FROM messagemap WHERE toguild = %s AND tochannel = %s AND tomessage = %s LIMIT 1;", query_params[:3], "SELECT fromguild, fromchannel, frommessage FROM messagemap WHERE toguild = %s AND tochannel = %s AND tomessage = %s AND fromguild = %s LIMIT 1;", query_params, ) query_params = list(cur.fetchone()) conn.commit()