Browse Source

Increase spacing

Kirk Trombley 1 năm trước cách đây
mục cha
commit
77242e86ec
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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