Explorar o código

Increase spacing

Kirk Trombley hai 1 ano
pai
achega
77242e86ec
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      commands/commands/simple.py

+ 2 - 2
commands/commands/simple.py

@@ -129,12 +129,12 @@ HOUSE_BOT = """
 
 @as_command
 def appreciate(args: Args):
-    return HOUSE_TOP + (" " * (10 - len(args))) + args + HOUSE_BOT
+    return HOUSE_TOP + (" " * (20 - len(args))) + args + HOUSE_BOT
 
 
 @as_command
 def stfu(args: Args):
-    return STFU_TOP + (" " * (10 - len(args))) + args + HOUSE_BOT
+    return STFU_TOP + (" " * (20 - len(args))) + args + HOUSE_BOT
 
 
 @as_command