Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

ekinof/animal-crossing-marie

Repository files navigation

animal-crossing-marie

Animal Crossing Bot for Discord

ToDo

  • Display a passport
  • Manage data via database (PGSQL or MariaDB)
  • Add Villager DB
  • Search if open data exists for AC
  • Complete README.md

Installation

Configure a MySQL Database

Copy and configure the .env file :

cp .env.example .env

Migrate the database

npx sequelize-cli db:migrate