diff --git a/src/actions/speller.py b/src/actions/speller.py
index 4a165ca87989cf7553f268611396c03e146b2a3d..c3cd3c9806e05ce88b5021ac71a7d27371b27527 100644
--- a/src/actions/speller.py
+++ b/src/actions/speller.py
@@ -44,7 +44,7 @@ async def rotate_words(event: events.NewMessage.Event):
     rotors = []
     for swear in swearing_match:
         start_index, stop_index = swear.span()
-        rotors.append(Rotor(swear.group(), start_index, stop_index))
+        rotors.append(Rotor(swear.group(), start_index))
 
     rotation_start = datetime.now()
     current_time = rotation_start