https://github.com/abheekda1/awesomemod
Yet another Discord moderation bot, with quite a few perks up its sleeve
https://github.com/abheekda1/awesomemod
List: awesomemod
bot discord discord-js moderation
Last synced: about 2 months ago
JSON representation
Yet another Discord moderation bot, with quite a few perks up its sleeve
- Host: GitHub
- URL: https://github.com/abheekda1/awesomemod
- Owner: abheekda1
- License: apache-2.0
- Created: 2021-04-02T23:00:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T04:20:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-31T23:02:25.890Z (8 months ago)
- Topics: bot, discord, discord-js, moderation
- Language: JavaScript
- Homepage: https://adat.link/awesomemod
- Size: 400 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AwesomeMod
## About
AwesomeMod is a Discord bot that specializes in moderation. It provides neat and rich logs as well as the ability for users to request roles. Additionally, it has the ability to add a voice channel that's named the amount of members, as Discord makes it difficult to keep track of how many members are in your server. The best part - features can be requested whenever and will be viewed and approved as soon as possible!
## Installation
Currently there's only one way to install the bot on your server - cloning this repository and running it with node. In the future, I plan to add Docker and NPM as viable ways to deploy the bot. As of now, however, follow these steps for installation:
1. Clone repo:
```
git clone https://github.com/ADawesomeguy/AwesomeMod.git
```
2. Enter repo and install dependencies
```
cd AwesomeMod && npm i
```
3. Run the bot:
```
npm run prod
```
## Notes
### Creating a Discord Application/Bot
To create your own application and bot using the [Discord Developer Portal](https://discord.com/developers), go to the previous link and sign in. Then create a new application, and click bots on the left. Configure it to your liking, and then copy the token.

That's the most important part of your bot *and don't share it with anyone*.
## Credit
The bot was made by [@ADawesomeguy](https://github.com/ADawesomeguy). It is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html)