diff --git a/royalnet/commands/ship.py b/royalnet/commands/ship.py index dc5e06d2..03ff52df 100644 --- a/royalnet/commands/ship.py +++ b/royalnet/commands/ship.py @@ -1,6 +1,7 @@ import re from ..utils import Command, Call, safeformat + SHIP_RESULT = "💕 {one} + {two} = {result}"