mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Organized imports
This commit is contained in:
parent
7cf8c9e9e7
commit
423f9f9664
9 changed files with 60 additions and 32 deletions
|
@ -5,13 +5,15 @@
|
|||
|
||||
'''Search Cog'''
|
||||
|
||||
from typing import List
|
||||
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
from typing import List
|
||||
from extensions.models import SearchExceptions
|
||||
import html2text
|
||||
from urllib.parse import quote_plus
|
||||
import re
|
||||
from urllib.parse import quote_plus
|
||||
|
||||
from extensions.models import SearchExceptions
|
||||
|
||||
|
||||
class Search(commands.Cog, name="Basic"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue