Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
/ Mew Public archive

A discord bot ^-^ (Spaghetti code included)

License

Notifications You must be signed in to change notification settings

wesselgame/Mew

Repository files navigation

Mew - A discord bot ^-^

Discord Donate on Patreon

Mew is licensed under the GNU GPL v3 license, be sure to follow the license
All modules used can be found in the credits
You can join https://discord.gg/SV7DAE9 if you need any help setting up this code
You can support the development of Mew via https://patreon.com/wessel

Mew is my private bot used in https://discord.gg/gq8zpeV

Selfhosting

You're allowed to selfhost Mew if you follow the licensing

Installing on linux (The good OS):

git clone https://github.com/PassTheWessel/Mew.git && cd Mew # Clone the repo
npm i yarn -g # install / update yarn
mv src/application.yml.example src/application.yml # Rename config
nano src/application.yml # Edit your settings
yarn # install dependencies
yarn start # Run mew

Installing on windows (The bad OS):

git clone https://github.com/PassTheWessel/Mew.git && cd Mew # Clone the repo
npm i yarn -g # install / update yarn
move src/application.yml.example src/application.yml # Rename config
## Edit your config (Use a text exitor other than notepad) ##
yarn # install dependencies
yarn start # Run mew

Installing on mac (The worst OS):

git clone https://github.com/PassTheWessel/Mew.git && cd Mew # Clone the repo
npm i yarn -g # install / update yarn
mv src/application.yml.example src/application.yml # Rename config
## Edit your config (Use a text exitor other than notepad) ##
yarn # install dependencies
yarn start # Run mew

Developers

Avatar Name Role
Wesselgame#0498 Lead Developer