mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-17 04:15:52 +00:00
Larger refactoring and added avoidlist
This commit is contained in:
8
client/web/scripts/index.js
Normal file
8
client/web/scripts/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user