DearLady is a versatile Discord bot capable of performing a variety of tasks ranging from user management, fun interactions, to utility commands. It is built using Node.js and utilizes the discord.js library.
- User Management: Commands to manage user XP, levels, and birthdays.
- Fun Commands: Includes games like Rock-Paper-Scissors, coin flipping, and text transformations like owoify.
- Utility Commands: Provides server information, user information, and more.
- Moderation Tools: Features to lock/unlock channels, clear messages, and manage user permissions.
To install DearLady, you will need to have Node.js and npm installed on your system. Clone the repository, install the dependencies, and run the bot using the following commands:
git clone https://github.com/scar17off/DearLady.git
cd DearLady
npm install
npm start
Set up your .env file with your Discord bot token and other settings.
TOKEN
: Your Discord bot tokenCLIENT_ID
: Your Discord bot client IDCLIENT_SECRET
: Your Discord bot client secret
If you would like to contribute to DearLady, please fork the repository, make your changes, and submit a pull request.
DearLady is open-source and available under the MIT License - see the LICENSE file for details.