Update Bot class name.
This commit is contained in:
@@ -4,7 +4,7 @@ import websockets
|
||||
|
||||
from twitchio.web import AiohttpAdapter
|
||||
|
||||
from meta import CrocBot, conf, setup_main_logger, args
|
||||
from meta import Bot, conf, setup_main_logger, args
|
||||
from data import Database
|
||||
|
||||
from modules import twitch_setup
|
||||
@@ -23,7 +23,7 @@ async def main():
|
||||
eventsub_secret=conf.bot.get('eventsub_secret', None)
|
||||
)
|
||||
|
||||
bot = CrocBot(
|
||||
bot = Bot(
|
||||
config=conf,
|
||||
dbconn=db,
|
||||
adapter=adapter,
|
||||
|
||||
Reference in New Issue
Block a user