update: export hangman

This commit is contained in:
Saahil 2024-12-17 21:04:12 -05:00
parent 3aeeebec42
commit 3753a53661
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -15,6 +15,7 @@ export * as hackclubcdn from "./hackclubcdn";
export * as bdayutils from "./bday";
export * as tempmail from "./TempHackclubEmail";
export * as irl from "./watchMyIrl";
export * as hangman from "./hangman";
// @see https://github.com/hackclub/librarian/blob/main/utils/channelManagers.js
export async function getChannelManagers(channel) {
const myHeaders = new Headers();