No description
Find a file
2026-03-07 10:45:06 +09:00
.github/workflows style: deploy.yml indent 2026-02-23 23:00:51 +09:00
.vscode refactor!: use internal/ 2026-01-28 13:57:21 +09:00
internal refactor: use golang embed 2026-03-02 14:13:26 +09:00
.dockerignore fix: workflow file 2025-10-07 14:14:54 +09:00
.env.example feat: write log file and set log level 2026-02-23 22:37:20 +09:00
.gitignore feat: write log file and set log level 2026-02-23 22:37:20 +09:00
.golangci.yml chore: add golangci config file 2026-02-23 23:01:59 +09:00
compose.yml fix: docker compose file volume 2026-03-07 10:45:06 +09:00
core_prompt.txt feat: use custom prompt in ai response 2026-02-15 21:21:16 +09:00
Dockerfile chore: update golang version 2026-02-20 13:43:33 +09:00
go.mod chore: update golang version 2026-02-20 13:43:33 +09:00
go.sum chore: update disgo 2026-02-14 22:46:17 +09:00
LICENSE fix: Fucking license 2025-03-23 16:03:59 +09:00
Makefile chore: fix lint errcheck 2026-02-24 18:04:19 +09:00
README.md readme: edit script 2025-05-10 17:59:06 +09:00

muffinBot

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

사용법

  • 이 프로젝트는 Go언어를 사용하여 만들어졌습니다.

설정 파일

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

실행

  • 아래의 모든 명령어는 make를 사용합니다.
make run

빌드

  1. 빌드
make #또는 make build
  1. 실행
./build/goMuffin # 윈도우면 .\build\goMuffin.exe으로