lots of nonworking code
This commit is contained in:
parent
ed2eefb9cd
commit
d330df5711
9 changed files with 75 additions and 34 deletions
|
@ -64,7 +64,7 @@ class PluginLoader(object):
|
|||
namespace = {}
|
||||
eval(code, namespace)
|
||||
except Exception:
|
||||
self.bot.logger.error("Error compiling {}.".format(filename))
|
||||
self.bot.logger.error("Error compiling {}:".format(filename))
|
||||
self.bot.logger.error(traceback.format_exc())
|
||||
return
|
||||
|
||||
|
|
Reference in a new issue