diff --git a/client.py b/client.py index 1f696aa..4bab57c 100644 --- a/client.py +++ b/client.py @@ -47,7 +47,16 @@ class Client(commands.CommandsClient): async def timestamp(self, ctx: commands.Context): """Shows current timestamp""" message = trunc(time()) - await ctx.send(f"**{message}** ") + await ctx.send(f"## {message}\n" + f"| Chat syntax | Result |\n" + f"| --- | --- |\n" + f"| `` | |\n" + f"| `` | |\n" + f"| `` | |\n" + f"| `` | |\n" + f"| `` | |\n" + f"| `` | |\n" + f"| `` | |") @commands.command() async def self(self, ctx: commands.Context):