.format
This commit is contained in:
parent
2812569593
commit
7ab4f756fe
22 changed files with 69 additions and 78 deletions
|
@ -18,4 +18,4 @@ def eightball(input, me=None):
|
|||
in electronic form. Ask and it shall be answered!"""
|
||||
|
||||
magic = text.multiword_replace(random.choice(responses), color_codes)
|
||||
me("shakes the magic 8 ball... %s" % magic)
|
||||
me("shakes the magic 8 ball... {}".format(magic))
|
||||
|
|
Reference in a new issue