rewrite na js bo rust jest zjebany

This commit is contained in:
Patryk Koreń
2025-12-26 18:31:14 +01:00
parent 7b72b15caa
commit 375779de9c
23 changed files with 1259 additions and 3827 deletions

8
src/commands/index.ts Normal file
View File

@@ -0,0 +1,8 @@
import ping from "./ping"
import play from "./play"
export const commands: {[key: string]: Command} = {
ping,
play,
}