Fix for the spammyness of !alts add <list>

Added the old broadcast module back
fix for !wants list
This commit is contained in:
2021-10-22 19:44:26 +02:00
parent bb445e868d
commit bd8055dac7
6 changed files with 120 additions and 29 deletions
@@ -2,7 +2,6 @@ import json
import time
import requests
from mysql.connector.cursor import CursorBase
from core.buddy_service import BuddyService
from core.cache_service import CacheService
@@ -162,7 +161,6 @@ class OrgRosterController:
with self.db.lock:
with self.db.pool.get_connection() as conn:
with conn.cursor() as cur:
cur: CursorBase
cur.executemany("INSERT INTO player(char_id, name, first_name, last_name, level, "
"breed, gender, faction, profession, profession_title, ai_rank, "
"ai_level, org_id, org_name, org_rank_name, org_rank_id, dimension, "