Skip to content

Commit

Permalink
version 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha committed Sep 21, 2021
1 parent ef9d3d4 commit a02f054
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,46 @@
# 🤖 Description

An awesome multipurpose discord bot built using discord.js v13 with support for slash commands<br>
Demo Bot: [Invite Here](https://discord.com/oauth2/authorize?client_id=752922609733337190&permissions=8&scope=bot%20applications.commands)

## Requirements

- Node.js 16.6.0 or newer
- npm installed

## 🚀 Getting Started

```
git clone https://github.com/saiteja-madha/discord-js-bot.git
cd discord-js-bot
npm install
```

- Rename config-sample.js to config.js and fill the values
- After installation finishes use `node .` to start the bot

## 📝 Features
- Auto Moderation
- Powerful moderation
- Image Manipulation
- Invite Tracking
- Ticketing
- Utility Commands
- Fun Commands
- Information Commands
- Economy Commands
- Social Commands
## Features

- Auto Moderation: Power moderation commands to catch possible scammers when you are away
- Powerful moderation: Moderate and log every action
- Image Manipulation: Have fun with various image `filters` and `generators`
- Invite Tracking: Best invite tracking with invite rewards
- Ticketing: support for creating multiple `tickets`

## Command Modules

- Automod: `antighostping`, `antiinvites`, `antilinks`, `antiscam`, `maxlines`, `maxmentions`, ...
- Economy: `daily`, `gamble`, `deposit`, `withdraw`, `transfer`, ...
- Fun: `cat`, `doc`, `flipcoin`, `fliptext`, ...
- Information: `avatar`, `roleinfo`, `channelinfo`, `guildinfo`, `profile`, ...
- Invites: `inviter`, `invites`, `invitesimport`, `invitecodes`, ...
- Moderation: `warn`, `kick`, `softban`, `ban`, `mute`, `unmute`, ...
- Music: `play`, `pause`, `resume`, `stop`, `skip`, ...
- Social: `reputation`
- Utility: `proxies`, `translation`, `weather`, `covid`, ...

Complete commands list can be found at the [Wiki](https://github.com/saiteja-madha/discord-js-bot/wiki)

## 🤝 Contributing

Feel free to [Fork](https://github.com/saiteja-madha/discord-js-bot/fork) this repository, create a feature branch and submit a pull request
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-js-bot",
"version": "3.1.1",
"version": "3.2.1",
"description": "A multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "Sai Teja M",
Expand Down

0 comments on commit a02f054

Please sign in to comment.