Skip to content

Installation

Eric edited this page Aug 9, 2018 · 2 revisions
  • You need to import all the github dependencies using go get
  • Make a file called token.go in the base dir and add the following lines:

package main

var Token = "INSERT_BOT_TOKEN_HERE"

  • Run bot using go run main.go env.go token.go or build by typing go build

Customized for ANIME HAVEN discord server. Use this code to learn disocrd.go or golang.

Clone this wiki locally