diff --git a/cogs/owner.py b/cogs/owner.py index 13e207c..c2be04a 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -53,7 +53,7 @@ class Owner: if inspect.isawaitable(result): result = await result - await self.bot.say("{0}".format(result)) + await self.bot.say("```{0}```".format(result)) elif match_multi: def r(v): self.bot.loop.create_task(self.bot.say("```{}```".format(v)))