i hate github

This commit is contained in:
Cynthia Foxwell 2025-02-05 22:05:33 -07:00
parent 2e8f8e99de
commit 5196e2d72f
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -1,10 +1,8 @@
const Command = require("#lib/command.js");
const {default: Chatsounds, defaultModifiers} = require("sh");
const sh = new Chatsounds();
const sh = new Chatsounds({modifiers: defaultModifiers, gitHubToken: hf.apikeys.github});
(async () => {
sh.useModifiers(defaultModifiers);
await sh.useSourcesFromGitHubMsgPack("PAC3-Server/chatsounds-valve-games", "master", "csgo");
await sh.useSourcesFromGitHubMsgPack("PAC3-Server/chatsounds-valve-games", "master", "css");
await sh.useSourcesFromGitHubMsgPack("PAC3-Server/chatsounds-valve-games", "master", "ep1");