Make birthdays more exciting
This commit is contained in:
parent
f5d407830d
commit
6f9383666f
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ class Module(ModuleManager.BaseModule):
|
|||
event["stdout"].write("%s is %d in %d days" % (
|
||||
target_user.nickname, age, days))
|
||||
else:
|
||||
event["stdout"].write("%s is %d today!" % (target_user.nickname,
|
||||
age))
|
||||
event["stdout"].write("%s is %d today! 🎉" % (
|
||||
target_user.nickname, age))
|
||||
else:
|
||||
event["stderr"].write("No birthday set for %s" %
|
||||
target_user.nickname)
|
||||
|
|
Loading…
Reference in a new issue