-
Notifications
You must be signed in to change notification settings - Fork 0
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
Shinobu Bot is made by TooFiveFive
Customized for ANIME HAVEN discord server. Use this code to learn disocrd.go or golang.