Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scar17off/dearlady
DearLady is a helpful Discord bot that can assist with various tasks, such as user management, fun interactions, and utility commands.
https://github.com/scar17off/dearlady
discord-bot discord-bots discord-js-bot discord-js-bots discordjs-bot multipurpose-discord-bot
Last synced: about 2 months ago
JSON representation
DearLady is a helpful Discord bot that can assist with various tasks, such as user management, fun interactions, and utility commands.
- Host: GitHub
- URL: https://github.com/scar17off/dearlady
- Owner: scar17off
- License: mit
- Created: 2024-05-05T15:41:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T07:35:30.000Z (5 months ago)
- Last Synced: 2024-11-17T04:38:09.610Z (about 2 months ago)
- Topics: discord-bot, discord-bots, discord-js-bot, discord-js-bots, discordjs-bot, multipurpose-discord-bot
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
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.## Features
- 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.## Installation
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:
```bash
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.
## ENV Variables
- `TOKEN`: Your Discord bot token
- `CLIENT_ID`: Your Discord bot client ID
- `CLIENT_SECRET`: Your Discord bot client secret## Contributing
If you would like to contribute to DearLady, please fork the repository, make your changes, and submit a pull request.## License
DearLady is open-source and available under the MIT License - see the LICENSE file for details.