diff --git a/lists/nijien.txt b/lists/nijien.txt index 6c42b24..0918e7c 100644 --- a/lists/nijien.txt +++ b/lists/nijien.txt @@ -40,6 +40,14 @@ KyoKanek0 1545552756773208066 AiaAmare 1545562635650957312 RenZott0 1546328834559340544 +# --- [XSOLEIL] --- +MelocoKyoran 1589536631324692480 +HexHaywire 1589524401170833409 +D_Dropscythe 1589531775058968576 +ZaionLanZa 1589539582399348738 +KotokaTorahime 1591995159901663232 +Ver_Vermillion 1589791076709171201 + # --- [ALTS] --- 3W1W4 1507066475638673422 RyuguFinana 1506863869901168642 diff --git a/lists/nijiexid.txt b/lists/nijiexid.txt index d1e6d00..b60ce90 100644 --- a/lists/nijiexid.txt +++ b/lists/nijiexid.txt @@ -5,7 +5,7 @@ ZEA_Cornelia 1165866976192823297 Hana_Macchia 1165866977472024576 Taka_Radjiman 1165866977715347456 -MiyuOttavia 1205742630467801088 +# graduated MiyuOttavia 1205742630467801088 RiksaDhirendra 1205743596785127424 Rai_Galilei 1205744131294654466 AmiciaMichella 1205744430386315265 diff --git a/src/talenttweet.py b/src/talenttweet.py index d6dd87e..9784707 100644 --- a/src/talenttweet.py +++ b/src/talenttweet.py @@ -162,10 +162,10 @@ class TalentTweet: if other_id in talent_lists.holo_en or other_id in talent_lists.holo_id: return True if self.author_id in talent_lists.holo_id: - if other_id in talent_lists.niji_en: + if other_id in talent_lists.niji_en or other_id in talent_lists.niji_exid: return True if self.author_id in talent_lists.niji_exid: - if other_id in talent_lists.holo_en: + if other_id in talent_lists.holo_en or other_id in talent_lists.holo_id: return True return False diff --git a/src/twapi.py b/src/twapi.py index 776897d..5b8075c 100644 --- a/src/twapi.py +++ b/src/twapi.py @@ -220,7 +220,7 @@ class TwAPI: f'{" ".join(mention_usernames)}\n' ) ret += '\n' - ret += '(this is a misssed tweet)\n' if is_catchup else '' + ret += '(this is a missed tweet)\n' if is_catchup else '' ret += f'{util.ttweet_to_url(ttweet)}' return ret