mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Added Cog Emojis
This commit is contained in:
parent
98d7d486ed
commit
3b187f8d5a
7 changed files with 29 additions and 6 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue