Back

AlienBot - Discord bot by UFO Studios

Download

Add to your Discord server! Download

Support Alien on Patreon!

What is AlienBot?

AlienBot is a Discord bot developed in Discord.js by the UFO Studios team. It includes all features for free, so nothing is locked behind a paywall! AlienBot contains a mix of useful moderation commands, fun and other misc commands to help improve your Discord server!

Running the bot yourself

## Host your own: ### You will need: - [Node.js](https://nodejs.org/en/) - [Curl or Wget](https://curl.se/) - [MongoDB](https://www.mongodb.com/) - [A discord bot token](https://discord.com/developers/applications) ### Download & Install: `wget https://github.com/UFO-Studios/AlienBot-Discord/archive/refs/tags/stable-1.3.1.zip -o alienbot.zip`

`unzip alienbot.zip`

`cd AlienBot-Discord-stable-1.3.1`

`npm install`

### Configure: Copy `config_template.json` to `config.json` and fill in the values. ### Database: Go to [Here](https://www.mongodb.com/basics/create-database) for instruction about how to create a database. Get the URI from that and put it in config.json ### Run: (You can use [pm2](https://pm2/io) to run this in the background) ```bash node index.js or pm2 start /path/to/index.js ```

Contributors and Credits

TheAlienDoctor Logo

TheAlienDoctor

UFO Studios: Owner
Niceygy Logo

Niceygy

UFO Studios: Developer
Kingerious Logo

Kingerious

UFO Studios: Developer
Epizy66 Logo

Epizy66

UFO Studios: Developer

Legal stuff

AlienBot is licensed under the BSD 3-Clause "New" or "Revised" License. You can find a copy of the license here

This gives you permsission for:

  • Commercial use
  • Modification
  • Distribution
  • Private use

And it has the following limitations:

  • Liability
  • Warranty

It also has the following conditions:

  • License and copyright notice
View source code, report bugs and contribute on GitHub