Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

fixed unregistered plugins #68

Merged
merged 2 commits into from Apr 3, 2019
Merged

fixed unregistered plugins #68

merged 2 commits into from Apr 3, 2019

Conversation

gicocarlo
Copy link
Collaborator

brief description of changes

fixed the bot for unregistered plugins

@@ -208,7 +208,7 @@ def registered_run(self):
def unregistered_run(self):
self.connect()
self.greet()
self.load_plugins(plugins)
self.load_plugins(self.plugins)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Abdur-rahmaanJ Abdur-rahmaanJ merged commit 097d736 into Abdur-rahmaanJ:master Apr 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants