mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 15:26:58 +01:00
move logger into special file
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import kleur from "kleur";
|
||||
import { eventSub, streamerApi, streamerId, logger } from "..";
|
||||
import { eventSub, streamerApi, streamerId } from "..";
|
||||
import logger from "../lib/logger";
|
||||
|
||||
eventSub.onRevoke(event => {
|
||||
logger.ok(`Successfully revoked EventSub subscription: ${kleur.underline(event.id)}`);
|
||||
|
||||
Reference in New Issue
Block a user