KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Easy-DmAll-Bot
★ 18
Open GitHub ↗
Easy discord dmall bot.
Download README (.md)
Explore Similar Repositories
GDDPIntegration
:
A mod for Geometry Dash that integrates the GDDP into a new menu.
chatbot-ui-llama.cpp
:
A static web ui for llama.cpp server. The llama.cpp chat interface for everyone. base on chatbot-ui
MERN
:
No description available.
onchain-ai
:
A contract and an API server that allows you to respond with a single transaction completion.
node-red-dashboard-2-ui-svg
:
A Node-RED UI node to show SVG drawings in Node-RED dashboard v2
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Easy-DmAll-Bot
?
Download (.md)
<h1 align="center"> 🔑 Easy DmAll Bot 🤖 </h1> --- ## <a id="menu"></a>🔱 » Menu - [🔰・Features](#features) - [🌌・Discord](https://discord.gg/7wuewVZpRB) - [🎉・Setting up](#setup) - [⚙・Config](#config) ## <a id="features"></a>🛠 » Features 1. `DmAll with custom message` 2. `DmAll with custom embed` ## <a id="setup"></a> 📁 » Setting up 1. Install [Python](https://www.python.org/downloads/) and add to PATH. 2. Install the requirements → launch `setup.bat`. 3. Run it with `start.bat`. # <a id="config"></a>⚙ » Config Change some embed settings in config.json : ```json { "dm_config": { "title": "Your title", "description": "Your Description", "color": 4886754, "thumbnail": "https://image.png/", "fields": [ { "name": "Field 1", "value": "Value 1", "inline": false }, { "name": "Field 2", "value": "Value 2", "inline": false }, { "name": "Field 3", "value": "Value 3", "inline": false } ], "footer": { "text": "Join or gay", "icon_url": "https://image.png/" } } } ``` --- *The script was made by Nyxoy* --- Thanks to Nekros for this nice readme template that saved me time. <3