diff --git a/extensions/developer.py b/extensions/developer.py index 3fa28bc..06758df 100644 --- a/extensions/developer.py +++ b/extensions/developer.py @@ -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 diff --git a/extensions/search.py b/extensions/search.py index 3e10fae..0c46700 100644 --- a/extensions/search.py +++ b/extensions/search.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Search Functionality -# Provides search results from SearX +# Provides search results from Qwant '''Search Cog''' diff --git a/extensions/specialty.py b/extensions/specialty.py index 4a733b9..37a90c5 100644 --- a/extensions/specialty.py +++ b/extensions/specialty.py @@ -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'''