머핀봇의 공식 WH64의 Forgejo 레포입니다.
Find a file
2025-08-17 21:47:52 +09:00
.github/workflows feat: github actions 2025-08-09 19:43:58 +09:00
.vscode chore: set up debugger 2025-08-08 00:22:21 +09:00
chatbot fix: chat error 2025-08-03 13:20:05 +09:00
commands fix: switch mode 2025-08-13 14:01:36 +09:00
components fix: delete chat cancel 2025-07-21 14:35:41 +09:00
configs Merge branch 'fix/switch_mode' 2025-08-17 21:47:52 +09:00
databases fix: switch mode (final) 2025-08-17 21:46:20 +09:00
handler fix: chat command in message command 2025-07-21 14:08:27 +09:00
modals fix: error handling (maybe) 2025-07-02 13:59:44 +09:00
scripts fix: list command 2025-07-13 15:27:09 +09:00
utils feat: add loop pagination embed 2025-08-08 00:25:36 +09:00
.dockerignore fix: add .github folder in docker ignore 2025-08-09 20:19:57 +09:00
.env.example chore: fix docker 2025-08-08 23:09:02 +09:00
.gitignore feat: add AI answer 2025-05-30 17:13:56 +09:00
compose.yml chore: fix docker 2025-08-08 23:09:02 +09:00
Dockerfile chore: add comment in dockerfile 2025-08-09 20:34:35 +09:00
go.mod chore: update dependencies 2025-08-07 23:33:24 +09:00
go.sum chore: update dependencies 2025-08-07 23:33:24 +09:00
LICENSE fix: Fucking license 2025-03-23 16:03:59 +09:00
main.go feat: Change developer only command to user command by switch mode 2025-07-25 11:19:38 +09:00
Makefile chore: Add Makefile 2025-04-30 18:53:56 +09:00
README.md readme: edit script 2025-05-10 17:59:06 +09:00
update.sh fix : script 2025-08-10 23:20:31 +09:00

muffinBot

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

사용법

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

설정 파일

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

실행

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

빌드

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