Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gewoonjaap/discord.js-sandwich
Modular Discord bot, built using node.js. Invite me: https://discord.com/api/oauth2/authorize?client_id=788681862536495124&permissions=67497025&scope=bot%20applications.commands
https://github.com/gewoonjaap/discord.js-sandwich
discord discord-bot discord-js modular slash-commands v12
Last synced: 2 months ago
JSON representation
Modular Discord bot, built using node.js. Invite me: https://discord.com/api/oauth2/authorize?client_id=788681862536495124&permissions=67497025&scope=bot%20applications.commands
- Host: GitHub
- URL: https://github.com/gewoonjaap/discord.js-sandwich
- Owner: GewoonJaap
- License: isc
- Created: 2020-12-16T07:56:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T06:34:13.000Z (4 months ago)
- Last Synced: 2024-10-15T05:43:47.730Z (3 months ago)
- Topics: discord, discord-bot, discord-js, modular, slash-commands, v12
- Language: JavaScript
- Homepage: https://discord.gg/c3vfHJEQQ5
- Size: 4.46 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord.js-sandwich
[![CodeFactor](https://www.codefactor.io/repository/github/gewoonjaap/discord.js-sandwich/badge)](https://www.codefactor.io/repository/github/gewoonjaap/discord.js-sandwich)
## Installation
It's recommended to install [Graphics Magick](http://www.graphicsmagick.org/). If it's not installed, the library will automagically try to install [`lwip`](https://www.npmjs.com/package/lwip) by compiling the C/C++ stuff.
```sh
# Ubuntu
$ sudo apt-get install graphicsmagick# Fedora
$ sudo dnf install GraphicsMagick# CentOS / RHEL
$ sudo yum install --enablerepo epel GraphicsMagick# OS X
$ brew install graphicsmagick# Windows users can install the binaries from http://www.graphicsmagick.org/
...or using the command line:
# Chocolatey (package manager for Windows)
# (Restart of cmd/PowerShell is required)
$ choco install graphicsmagick
```Then, you can install this package:
```sh
$ npm i --save image-to-ascii
```