mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Update README
This commit is contained in:
@@ -6,16 +6,13 @@
|
||||
[](https://www.patreon.com/dragonfire535)
|
||||
[](https://www.paypal.me/dragonfire535)
|
||||
|
||||
> This bot is not available for invite.
|
||||
|
||||
Xiao is a Discord bot coded in JavaScript with
|
||||
[discord.js](https://discord.js.org/) using the
|
||||
[Commando](https://github.com/discordjs/Commando) command framework. With over
|
||||
300 commands, she is one of the most feature-rich bots out there.
|
||||
|
||||
## Invite
|
||||
|
||||
Xiao is no longer available for invite. You can self-host the bot, or use her on
|
||||
the [home server](https://discord.gg/sbMe32W).
|
||||
|
||||
## Installing
|
||||
|
||||
### Before You Begin
|
||||
@@ -41,9 +38,9 @@ the [home server](https://discord.gg/sbMe32W).
|
||||
|
||||
### Ubuntu and other Debian-based systems
|
||||
|
||||
1. Run `apt-get update`.
|
||||
2. Run `apt-get upgrade` to install the latest dependencies of your distro.
|
||||
3. Run `apt-get install ffmpeg` to install ffmpeg.
|
||||
1. Run `apt update`.
|
||||
2. Run `apt upgrade` to install the latest dependencies of your distro.
|
||||
3. Run `apt install ffmpeg` to install ffmpeg.
|
||||
4. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems).
|
||||
5. Run `npm i --production` in the folder you cloned the bot.
|
||||
6. Run `npm i -g pm2` to install PM2.
|
||||
|
||||
Reference in New Issue
Block a user