1
0
Fork 0
mirror of synced 2024-05-20 12:32:26 +12:00

Actually sent the embed now....

This commit is contained in:
Phxntxm 2016-11-28 21:52:45 -06:00
parent 24ccb076db
commit ffe9837064

View file

@ -66,6 +66,8 @@ class Core:
if result:
embed.add_field(name="Result", value=result, inline=False)
await self.bot.say(embed=embed)
@commands.command()
@checks.custom_perms(send_messages=True)
async def motd(self, *, date=None):