Added Cog Emojis

This commit is contained in:
Adriene Hutchins 2020-03-02 13:11:15 -05:00
parent 98d7d486ed
commit 3b187f8d5a
7 changed files with 29 additions and 6 deletions

View file

@ -16,9 +16,12 @@ class Search(commands.Cog):
"""Searches the web for a variety of different resources."""
def __init__(self, bot):
# Main Stuff
self.bot = bot
self.request = bot.request
self.instances = bot.instances
self.emoji = "\U0001F50D"
async def _search_logic(self, query: str, is_nsfw: bool = False, category: str = None):
"""Provides search logic for all search commands."""