Finalized new help, added cog description.

This commit is contained in:
Adriene Hutchins 2020-03-02 01:12:16 -05:00
parent d74e285764
commit d110c194cc
5 changed files with 124 additions and 7 deletions

View file

@ -13,6 +13,8 @@ import sys
class Search(commands.Cog):
"""Searches the web for a variety of different resources."""
def __init__(self, bot):
self.bot = bot
self.request = bot.request