From b7fadc06203bf0f8f3a04fa4bba32af56053d2d8 Mon Sep 17 00:00:00 2001 From: aliasless Date: Sat, 11 Apr 2020 07:16:54 +0000 Subject: [PATCH] update lines --- ticker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)