modulepackage
0.0.0-20231219075643-dea77de1ee0a
Repository: https://github.com/fdvky1/discord-bot.git
Documentation: pkg.go.dev
# README
Discord Bot
Backend for Discord Bot frontend
Setup
Make sure you have finished setting up the Frontend
Clone this project
fill the .env
SUPABASE_URL="your project url"
SUPABASE_KEY="service role key(for bypass RLS)"
POSTGRESQL_URL="postgresql url(if you want to use postgre from supabase please enable the RLS after table created)"
Installing & build
go mod tidy
go build -o bot main.go
start
./bot