mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-13 10:30:36 +00:00
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
import { loadFiles } from './file-list.js';
|
|
import { updateAvoidList } from './avoid-list.js';
|
|
import { loadNextPlaybackTime } from './upload.js';
|
|
|
|
// Call loadFiles when the script is loaded
|
|
loadFiles();
|
|
loadNextPlaybackTime();
|
|
updateAvoidList(); |