diff --git a/ticker.py b/ticker.py index a36750e..0682888 100644 --- a/ticker.py +++ b/ticker.py @@ -133,7 +133,7 @@ async def flatten(): async def cummies(): voice_channel = get_best_channel(GOONS) - file_name = to_tts("cum drip pussy slit") + file_name = to_tts("くむづりっぽぷっししりっと") await add_event(file_name, voice_channel) s = AsyncIOScheduler(event_loop = client.loop)