added anime and manga search command

This commit is contained in:
Anurag Patil 2020-03-21 22:07:15 +05:30
parent 9d1022caf1
commit b1d64507a6
3 changed files with 98 additions and 53 deletions

View file

@ -132,7 +132,7 @@ class Logging():
async def error(self, error: Exception, ctx: Context, name: Optional[str]):
"""Logs errors and sends them to the appropriate places."""
# Prerequisites
error_embed = await self._create_error_embed(error, ctx)