Isabelle is an Animal Crossing: New Horizons discord bot made with DiscordGo. The goal is to make community and game interactions for a discord server easier! (It's also a good way for me to practice Go ;) )
NOTE: I am not planning on making Isabelle into a moderation bot as there are a lot of good ones existing at the moment! Thanks!
I will not be providing a server for this bot. If you would like to use Isabelle, please check out the documentation in the wiki.
Isabelle has her own wiki page where I included setup instructions and command documentation.
Please read the wiki before asking me any questions, thanks!
Please NOTE: The bot is still under development so files are continually changing; Current files are subject to change.
- Clone, download, or run
go get -u github.com/yiping-allison/isabelle
- Configure example.config file and rename the file to:
.config
- Run
go build -o isabelle.exe
- Run executable using
./isabelle.exe
This is my first time writing a discord bot! I welcome any help or bug reports!
- Developers of DiscordGo
- Linda (PinkLady)
- Greg
- Sam (MrTurtle)