#!/bin/python3 from DiscordBot import Bot, DiscordConf if __name__ == '__main__': disconf = DiscordConf() client = Bot(conf=disconf) client.run()