Skip to content

Commit

Permalink
Removed placeholder config and moved help module to skybeard
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Jan 17, 2017
1 parent 5b3b177 commit e34061b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion config.py

This file was deleted.

8 changes: 3 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
pave_event_space,
include_callback_query_chat_id)

import config

from skybeard.beards import Beard, BeardChatHandler, SlashCommand
from help import create_help

logger = logging.getLogger(__name__)

from skybeard.beards import Beard, BeardChatHandler, SlashCommand
from skybeard.help import create_help
import config

class DuplicateCommand(Exception):
pass
Expand Down
File renamed without changes.

0 comments on commit e34061b

Please sign in to comment.