Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 488 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 488 Bytes

Megalodon

Please remember to run yarn build before committing.

Setup (Example)

  1. yarn run
  2. Run SQLite Queries to setup database
INSERT INTO bots (NAME, TOKEN, VOICE, VOICE_F, VOICE_M) VALUES (
    "Megalodon",
    "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "en-US-Standard-D",
    "en-US-Standard-C",
    "en-US-Standard-D"
);

INSERT into config (NAME, COMMAND, DEVGUILD) VALUES (
    "Megalodon",
    "meg",
    "XXXXXXXXXXXXXXXXXX"
);