This website requires JavaScript.
Explore
Help
Sign In
pocketjawa
/
discord-buttsbot-go
Watch
1
Star
0
Fork
You've already forked discord-buttsbot-go
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8cf6c3b68b
discord-buttsbot-go
/
buttsbot.go
9 lines
72 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-04-27 02:23:04 +00:00
package
main
import
(
"fmt"
)
func
main
(
)
{
Made startup message more exciting!
2019-04-27 03:21:46 +00:00
fmt
.
Println
(
"butts!"
)
Initial commit
2019-04-27 02:23:04 +00:00
}