misc(suggestions): sorted imports and added re
This commit is contained in:
parent
17227880b3
commit
75f14a0e45
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
import discord
|
|
||||||
import datetime
|
import datetime
|
||||||
|
import re
|
||||||
import typing
|
import typing
|
||||||
|
import discord
|
||||||
from redbot.core import Config, checks, commands
|
from redbot.core import Config, checks, commands
|
||||||
from redbot.core.utils.chat_formatting import humanize_list
|
|
||||||
|
|
||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
|
from redbot.core.utils.chat_formatting import humanize_list
|
||||||
|
|
||||||
|
|
||||||
class Suggestions(commands.Cog):
|
class Suggestions(commands.Cog):
|
||||||
|
|
Loading…
Reference in a new issue