머핀봇의 공식 WH64의 Forgejo 레포입니다.
Find a file
2024-08-14 23:19:28 +09:00
.vscode git: re cache 2024-06-27 20:40:36 +09:00
.yarn fix: dependencies 2024-08-14 23:16:22 +09:00
scripts git: re cache 2024-06-27 20:40:36 +09:00
src fix: remove hard coding part 2024-08-14 22:44:39 +09:00
.dockerignore git: re cache 2024-06-27 20:40:36 +09:00
.gitignore git: re cache 2024-06-27 20:40:36 +09:00
.pnp.cjs feat: Add warning message 2024-08-02 18:41:44 +09:00
.pnp.loader.mjs git: re cache 2024-06-27 20:40:36 +09:00
.prettierrc git: re cache 2024-06-27 20:40:36 +09:00
.yarnrc.yml git: re cache 2024-06-27 20:40:36 +09:00
config.example.json fix: Remove module exports 2024-08-02 18:15:58 +09:00
docker-compose.yml chore: mariadb update 2024-07-22 15:41:59 +09:00
docker-entrypoint.sh git: re cache 2024-06-27 20:40:36 +09:00
Dockerfile git: re cache 2024-06-27 20:40:36 +09:00
eslint.config.mjs git: re cache 2024-06-27 20:40:36 +09:00
example.env git: re cache 2024-06-27 20:40:36 +09:00
LICENSE git: re cache 2024-06-27 20:40:36 +09:00
package.json fix: version 2024-08-14 23:19:28 +09:00
README.md fix: readme 2024-08-03 20:58:24 +09:00
tsconfig.json git: re cache 2024-06-27 20:40:36 +09:00
tsup.config.ts feat: Manually load pieces 2024-08-03 19:21:06 +09:00
update.sh git: re cache 2024-06-27 20:40:36 +09:00
yarn.lock feat: Add warning message 2024-08-02 18:41:44 +09:00

Muffin-NOT-Ai

  • 이 프로젝트는 한 Discord 서버에서 내수용으로 사용할려고 만든 Discord상에서 사용가능한 봇입니다.

사용법

종속성

  • 이 프로젝트는 Node.JS을 사용하고, 패키지 매니저를 Yarn Berry로 사용합니다.
  • 이 프로젝트는 MariaDB(또는 MySQL)를 사용합니다.

종속성 설치

yarn install

설정 파일

  • 이 프로젝트는 설정파일을 프로젝트 루트에 있는 config.json으로 하며, 그 내용은 config.example.json에서 확인할 수 있습니다.

실행

위 두 과정을 정상적으로 따랐다면, 아래의 명령어로 봇을 실행할 수 있습니다.

그냥 실행 (디버그용 로그 출력)

yarn dev

빌드

yarn build
실행
yarn start