test
This commit is contained in:
parent
b1026fceba
commit
b5ba3d5098
|
@ -21,8 +21,10 @@ const client = new tmi.Client({
|
||||||
|
|
||||||
client.connect();
|
client.connect();
|
||||||
|
|
||||||
import { rnguser } from "./rng.js";
|
import { test } from "./ttv.js";
|
||||||
rnguser();
|
test();
|
||||||
|
//import { rnguser } from "./rng.js";
|
||||||
|
//rnguser();
|
||||||
//import { ttvalerts } from "./alerts.js";
|
//import { ttvalerts } from "./alerts.js";
|
||||||
//ttvalerts();
|
//ttvalerts();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue