From ca3ea08820b6692ceedadc5f2858c475c6e55fa7 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 2 Apr 2019 19:48:56 -0400 Subject: [PATCH] Update __init__.py --- BotLibre/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/BotLibre/__init__.py b/BotLibre/__init__.py index 82cdc1b..2565d55 100644 --- a/BotLibre/__init__.py +++ b/BotLibre/__init__.py @@ -35,12 +35,6 @@ Cleverbot AI through the BotLibre API. import supybot import supybot.world as world - -__version__ = "0.1" -__author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk") -__contributors__ = {} -__url__ = 'https://github.com/t3chguy/Limnoria-Plugins' - from . import config from . import plugin from imp import reload