Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/typicalbot/typicalbot

TypicalBot is open-source Discord bot written in TypeScript, using the Discord.js library.
https://github.com/typicalbot/typicalbot

bot discord discord-bot discordapp discordjs hacktoberfest javascript typescript typicalbot

Last synced: about 2 months ago
JSON representation

TypicalBot is open-source Discord bot written in TypeScript, using the Discord.js library.

Awesome Lists containing this project

README

        


TypicalBot

> We have begun development on our next version of TypicalBot that is built on the Deno runtime and Rust. Checkout our two new repositories [typicalbot-deno](https://github.com/typicalbot/typicalbot-deno) and [typicalbot-internal-api](https://github.com/typicalbot/typicalbot-internal-api)!


Discord
Crowdin
StackShare

## About TypicalBot

TypicalBot is far from typical. It's stable, lightning fast, and easy to use— TypicalBot will seamlessly help you moderate your server and provide entertainment for its members, no problem at all!

- [Multilingual](https://translate.typicalbot.com)
- Moderation
- Customization
- Entertainment

## Table of Contents

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Show Your Support](#show-your-support)
- [Security Vulnerabilities](#security-vulnerabilities)
- [License](#license)

## Getting Started

This section provides a quick-start guide.

### Prerequisites

- [Node.js](https://nodejs.org/en/): Node.js 14.x or newer is required.
- [MongoDB](https://www.mongodb.com/): MongoDB is required.
- [PM2](http://pm2.keymetrics.io/): PM2 is required.

**Windows Only**
- [Windows Build Tools](https://github.com/felixrieseberg/windows-build-tools): Python 2.7 and VisualStudio is required to compile dependencies.

### Installation

1. Make sure all prerequisites above are installed.
2. Clone the repository, ie. `git clone https://github.com/typicalbot/typicalbot.git`
3. Install the dependencies with `yarn`
4. Run `yarn build:database` to build the database structure.
5. While the above is running create your `.env` file using the example file provided in the repo.
6. Run `yarn build:instance`
7. Success!

## Show Your Support

If you like what we do, consider supporting us on [Patreon](https://patreon.com/typicalbot).

## Security Vulnerabilities

Please review our [security policy](https://github.com/typicalbot/typicalbot/security/policy) on how to report security vulnerabilities.

## License

TypicalBot is an open source software licensed under the [Apache 2.0 license](LICENSE).