Repository for the MikanBot Project (v3.0)
  • TypeScript 99%
  • Dockerfile 1%
Find a file
2026-08-11 22:36:58 +09:00
.github/workflows feat: blacksmith for 2026-08-11 22:36:58 +09:00
prisma feat: Major refactor and XFix enhancement 2026-05-14 00:28:51 +09:00
src feat: new "time in my timezone" feature 2026-08-11 22:30:59 +09:00
.dockerignore feat: /flight 2026-06-30 10:15:56 +09:00
.gitignore feat: Major refactor and XFix enhancement 2026-05-14 00:28:51 +09:00
.oxfmtrc.json feat: Major refactor and XFix enhancement 2026-05-14 00:28:51 +09:00
bun.lockb feat: new "time in my timezone" feature 2026-08-11 22:30:59 +09:00
Dockerfile feat: /flight 2026-06-30 10:15:56 +09:00
LICENSE Initial commit 2024-06-24 00:07:37 +09:00
package.json feat: new "time in my timezone" feature 2026-08-11 22:30:59 +09:00
prisma.config.ts feat: Major refactor and XFix enhancement 2026-05-14 00:28:51 +09:00
README.md first commit 2024-06-24 01:18:49 +09:00
tsconfig.json feat: Major refactor and XFix enhancement 2026-05-14 00:28:51 +09:00

mikanbot-project

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.