-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef9d3d4
commit a02f054
Showing
2 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters