Moved @irc3.plugin into bot.plugins.BasePlugin -> saved some lines
This commit is contained in:
4
bot/__init__.py
Normal file
4
bot/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
|
||||
REPO_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
Reference in New Issue
Block a user