implement basic whitelist add and remove functionality

This commit is contained in:
2024-10-21 19:58:19 +00:00
commit 04d4cb630b
9 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package main
import (
app "discord-minecraft-whitelist-bot/app"
)
func main() {
app.Run()
}