Categorygithub.com/yiping-allison/isabelle
modulepackage
0.0.0-20200414042318-c0a088cbdcd1
Repository: https://github.com/yiping-allison/isabelle.git
Documentation: pkg.go.dev

# README

Isabelle

Animal Crossing New Horizons Discord Bot

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.


Detailed Documentation and Guides

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.


Main Usage

  1. Clone, download, or run go get -u github.com/yiping-allison/isabelle
  2. Configure example.config file and rename the file to: .config
  3. Run go build -o isabelle.exe
  4. Run executable using ./isabelle.exe

Bugs & Contributing

This is my first time writing a discord bot! I welcome any help or bug reports!

Contributions

Special Thanks

  • Linda (PinkLady)
  • Greg
  • Sam (MrTurtle)

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

LoadConfig loads bot configuration variables from the following file in main directory: .config.

# Structs

BotConfig represents bot configurations.
PostgresConfig represents metadata required to start and maintain postgres database connection.