fixing tiny typo
Go to file
Lukáš Horáček 9a71454ec5
Add comments, basic initialization function to the core
2020-03-30 10:47:55 +02:00
commands Move files to their correct locations 2020-03-30 10:40:45 +02:00
events Testing ready event 2020-03-30 10:46:36 +02:00
modules First commit woo 2020-03-29 18:45:09 +11:00
.gitignore add data to gitignore 2020-03-30 10:25:02 +02:00
LICENSE First commit woo 2020-03-29 18:45:09 +11:00
README.md First commit woo 2020-03-29 18:45:09 +11:00
config.js First commit woo 2020-03-29 18:45:09 +11:00
index.js Add comments, basic initialization function to the core 2020-03-30 10:47:55 +02:00
package-lock.json package-lock.json changes? 2020-03-30 10:46:56 +02:00

README.md

woomy-next

Rewrite of Woomy's codebase, because I'm getting really sick of working on shitty two year-old code. If you aren't a developer, please switch back to the master branch!

notes for devs

  • config.js no longer stores tokens, for that you will need to use a .env file.
  • please use the StandardJS linter when writing code for Woomy.