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
- Host: GitHub
- URL: https://github.com/wohlstand/foxybot
- Owner: Wohlstand
- License: mit
- Created: 2017-01-01T14:15:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T19:53:15.000Z (about 1 year ago)
- Last Synced: 2025-05-15T20:44:29.743Z (about 1 year ago)
- Topics: bot, chatbot, discord-js
- Language: JavaScript
- Homepage:
- Size: 1.81 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```