package main
import (
"log"
_ "github.com/bwmarrin/discordgo"
)
func main() {
log.Printf("Hello, world")
}