diff --git a/README.md b/README.md index 11407612d..73ba9f146 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,46 @@ # 🤖 Description + An awesome multipurpose discord bot built using discord.js v13 with support for slash commands
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 diff --git a/package.json b/package.json index e2a16c994..a3aefd79a 100644 --- a/package.json +++ b/package.json @@ -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",