mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Some comments
This commit is contained in:
parent
ce321528cd
commit
1d9b12f4e9
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Search Functionality
|
||||
# Provides search results from SearX
|
||||
# Provides search results from Qwant
|
||||
|
||||
'''Search Cog'''
|
||||
|
||||
|
|
|
@ -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'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue