No description
Find a file
2025-04-13 11:03:28 +09:00
commands fix: Editing information command 2025-04-07 22:35:50 +09:00
components fix: Add disappeared cancel button interaction 2025-04-05 16:37:35 +09:00
configs chore: Fixing dockerfile 2025-04-12 16:04:51 +09:00
databases fix: Removing hard coding 2025-04-08 20:13:01 +09:00
handler chore: Combing the codeFormatter functions 2025-04-05 12:35:19 +09:00
scripts chore: Adding command line arguments 2025-04-13 11:03:28 +09:00
utils fix: Add disappeared cancel button interaction 2025-04-05 16:37:35 +09:00
.dockerignore chore: Fixing dockerfile 2025-04-12 16:04:51 +09:00
.env.example chore: Adding .env.example and README 2025-04-09 19:03:07 +09:00
.gitignore chore: Editing gitignores 2025-04-12 14:44:18 +09:00
compose.yml feat: Add docker 2025-03-29 23:21:51 +09:00
Dockerfile chore: Fixing dockerfile 2025-04-12 16:04:51 +09:00
go.mod feat: Adding migration tool for mariadb to mongodb 2025-04-08 20:14:52 +09:00
go.sum feat: Adding migration tool for mariadb to mongodb 2025-04-08 20:14:52 +09:00
LICENSE fix: Fucking license 2025-03-23 16:03:59 +09:00
main.go chore: Adding command line arguments 2025-04-13 11:03:28 +09:00
README.md chore: Adding .env.example and README 2025-04-09 19:03:07 +09:00
update.sh chore: Fixing dockerfile 2025-04-12 16:04:51 +09:00

muffinBot

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

사용법

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

설정 파일

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

실행

go run main.go

빌드

  1. 빌드
go build -o ./build/goMuffin git.wh64.net/muffin/goMuffin # 윈도우면 ./build/goMuffin을 .\build\goMuffin.exe으로 변경
  1. 실행
./build/goMuffin # 윈도우면 .\build\goMuffin.exe으로