No more star imports

This commit is contained in:
Twentysix
2017-02-21 03:16:33 +01:00
parent 39bd467f80
commit c5090d6eb7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
from discord.ext import commands
from .utils.chat_formatting import *
from .utils.chat_formatting import box
from .utils.dataIO import dataIO
from .utils import checks
from __main__ import user_allowed, send_cmd_help