package main import ( app "discord-minecraft-whitelist-bot/app" ) func main() { app.Run() }