https://github.com/blubskye/yuno-go
Yuno Gasai 2 JS port to golang
https://github.com/blubskye/yuno-go
antispam cleaning discord logging moderation moderation-bot
Last synced: 5 months ago
JSON representation
Yuno Gasai 2 JS port to golang
- Host: GitHub
- URL: https://github.com/blubskye/yuno-go
- Owner: blubskye
- License: agpl-3.0
- Created: 2025-11-23T13:39:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T00:14:34.000Z (6 months ago)
- Last Synced: 2025-12-21T23:25:45.351Z (6 months ago)
- Topics: antispam, cleaning, discord, logging, moderation, moderation-bot
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Quickstart guide
# 1. Clone & enter
git clone https://github.com/blubskye/yuno-go.git
cd yuno-go
# 2. Edit config (or let it auto-generate)
nano config.toml
# → Put your token and owner ID
# 3. Run (that's it)
go run .
# Or build a single binary:
go build -ldflags="-s -w" -o yuno
./yuno