Run in cmd:
pip install -r requirements.txt
- botConfig:
botToken
-> Discord Bot TokenbotStatus
-> Discord Bot StatusbotAccess
-> Discord User's ID's who can use Bot commands
- dmallConfig:
- onReady -> true / false:
- If
onReady
is true, The Bot will dmall ALL severs after main.py file is started.
- If
- onGuildJoin -> true / false:
- If
onGuildJoin
is true, The Bot will DM the guild it has been added to.
- If
- onMemberJoin -> true / false:
- If
onMemberJoin
is true, The Bot will send a DM to new server members.
- If
- onlineOnly -> true / false:
- If
onlineOnly
is true, The Bot will send DMs only to users who are online, idle, or in "Do Not Disturb" status.
- If
- embed -> true / false:
- If
embed
is true, The Bot will send messages as embedded content.
- If
- content -> true / false:
- If
content
is true, The Bot will send plain text messages.
- If
- button -> true / false:
- If
button
is true, The Bot will add a button to the DM message.
- If
- onReady -> true / false:
Use the following message parameters to customize your DMall messages:
{member.mention}
-> Mentions the member.{member.name}
-> Returns the member's name.{guild}
-> Returns the guild name from which the message was sent.{guild.id}
-> Returns the guild ID from which the message was sent.
!message
- Sends dmall message in author's DMs.!pfp < newBotPfp >
- Changes bot avatar.!rename < newBotName >
- Changes bot name.