An open API service indexing awesome lists of open source software.

https://github.com/wohlstand/foxybot

FoxyBot :fox_face: A funny and functional chat bot for Discord service
https://github.com/wohlstand/foxybot

bot chatbot discord-js

Last synced: 2 months ago
JSON representation

FoxyBot :fox_face: A funny and functional chat bot for Discord service

Awesome Lists containing this project

README

          

# FoxyBot
FoxyBot :fox_face: A funny and functional chat bot for Discord service

# Dependencies
* `libsystemd-dev` on Debian / Ubuntu / Mint / etc.
* `systemd-devel` on RedHat / CentOS / OpenSUSE, etc.
* `nodejs` 8+
* npm install
* npm update

## Quick install of dependencies
On CentOS:
```bash
sudo yum install systemd-devel
npm install
```

On Ubuntu / Debian / Mint:
```bash
sudo apt install libsystemd-dev
npm install
```