~williewillus/r16

3ef1ae925d4d390e9c3a9f18c1177a892c733ec8 — Vincent Lee 1 year, 7 days ago e1f44d0
Show creation date in rkt show
1 files changed, 2 insertions(+), 1 deletions(-)

M frontends/discord.rkt
M frontends/discord.rkt => frontends/discord.rkt +2 -1
@@ 484,11 484,12 @@
               (format
                (~a
                 #:separator "\n"
                 "Trick **~a**, created by <@~a>, has been invoked `~a` times."
                 "Trick **~a**, created by <@~a> on <t:~a>, has been invoked `~a` times."
                 "__Source code:__"
                 "~a")
                name
                (trick-author trick-obj)
                (trick-created trick-obj)
                (trick-invocations trick-obj)
                (codeblock-quote (trick-body trick-obj)))
               (~a "Trick " name " doesn't exist!"))))