This commit is contained in:
2025-03-19 12:54:12 +01:00
parent 90f43a734e
commit 62f45722c4
17 changed files with 228 additions and 1 deletions

3
dist/clients/irc/welcome.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
import { Bot } from "../../types";
declare const _default: (bot: Bot) => void;
export default _default;