Some comments

This commit is contained in:
Adriene Hutchins 2020-03-28 14:29:18 -04:00
parent ce321528cd
commit 1d9b12f4e9
3 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,10 @@
# Developer functions
# Provides functions only useable for developers
# XXX A lot of the code in this cog is from an old bot I used to develop on.
# As such, it may have lots of bad things and weird stuff.
# Here be dragons and all that.
'''Developer Cog'''
import discord

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Search Functionality
# Provides search results from SearX
# Provides search results from Qwant
'''Search Cog'''

View File

@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
# Search Functionality
# Provides search results from SearX
# Speciality Search
# Provides search for specific sites.
# Developed by source#5843.
'''Search Cog'''