Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivien Mouret committed Jun 2, 2024
1 parent 48f6d9e commit add9c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mobbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { Client } = require('tmi.js'),
webSocket = new WebSocketClient(),
{ TwitterApi } = require('twitter-api-v2'),
{ clientId, identity, channels, x } = require('./config.json'),
{ randomIntFromInterval, getCurrentDatetime, randomColor } = require('./utils.js'),
{ randomIntFromInterval, getCurrentDatetime, randomColor, downloadImagesFromUrl } = require('./utils.js'),
{ users: regular_users } = require('../resx/regular_users.json'),
dynamic = new Function('modulePath', 'return import(modulePath)');

Expand Down

0 comments on commit add9c63

Please sign in to comment.