Geoffrey-Django/geoffrey/Geoffrey.py

17 lines
311 B
Python

""""
Geoffrey Minecraft Info Database
Created by: Joey Hines (ZeroHD)
"""
import logging
import logging.handlers as handlers
from sys import stdout
from geoffrey import bot
from geoffrey.BotConfig import bot_config
if __name__ == '__main__':
print("Starting bot...")
bot.start_bot()