All Projects → LivelySource → DM-BOT

LivelySource / DM-BOT

Licence: GPL-3.0 license
📧 DM-BOT is discord bot that can record direct messages. One of us! You can also reply to those messages! DM-BOT is easy to use & understand! I decided to use Discord.js, it's literally the best.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to DM-BOT

modmail.js
A Simple Discord Modmail Bot Template
Stars: ✭ 33 (+6.45%)
Mutual labels:  discordapp, discord-bot, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+603.23%)
Mutual labels:  discordapp, discord-bot, discord-js
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-22.58%)
Mutual labels:  discordapp, discord-bot, discord-js
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+25.81%)
Mutual labels:  discordapp, discord-bot, discord-js
discord.json
Discord.json | Make your own discord bot with json !
Stars: ✭ 27 (-12.9%)
Mutual labels:  bots, easy-to-use, easy
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-22.58%)
Mutual labels:  discordapp, discord-bot, discord-js
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+177.42%)
Mutual labels:  bots, discord-bot, discord-js
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+909.68%)
Mutual labels:  simple, discord-bot, easy
discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (-9.68%)
Mutual labels:  bots, easy, discord-js
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+93.55%)
Mutual labels:  simple, easy-to-use, easy
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+212.9%)
Mutual labels:  discordapp, discord-bot, discord-js
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (+6.45%)
Mutual labels:  discordapp, discord-bot, discord-js
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+180.65%)
Mutual labels:  discordapp, discord-bot, discord-js
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+100%)
Mutual labels:  discordapp, discord-bot, discord-js
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+93.55%)
Mutual labels:  discord-bot, easy-to-use, discord-js
Rubicon
Dead yo!
Stars: ✭ 14 (-54.84%)
Mutual labels:  bots, discordapp, discord-bot
Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-51.61%)
Mutual labels:  simple, easy-to-use, easy
lyrics-finder
🎤 | Search the lyrics to your music with Lyrics Finder
Stars: ✭ 20 (-35.48%)
Mutual labels:  discordapp, discord-bot, discord-js
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+48.39%)
Mutual labels:  discord-bot, discord-js
verification-bot
Simple Discord.js bot for verifying new members are not bots
Stars: ✭ 61 (+96.77%)
Mutual labels:  discord-bot, discord-js


Hello glad you stumpled upon DM-BOT. You can freely modify, configure, produce this code. I only wish you respect my wishes and give credit where it is due. Thank you! If you have any questions or concerns visit my webpage > LivelySource.tk

Requirements

You'll need your bot's token. This is obtained by creating an application in the Developer section of discordapp.com.

Installing DM-BOT

Run this command within your folder. You can simply shift + left-click to open the Powershell window.

git clone https://github.com/livelysource/dm-bot.git

then...

  • In the folder where you used the git command, run npm install to install it's dependencies,
  • Rename config-example.json to config.json
  • Edit config.json and fill in all the required inputs.

Using DM-Bot

To start DM-BOT, in command prompt or powershell(whichever you are using), run the following command: npm start If you wish to publish this on github, besure to include config.json in your .gitignore file.

To Invite Your Bot!

To add the bot to your guild, you have to get an oauth link for it.

You can use this site to help you generate a full OAuth Link, which includes a calculator for the permissions: Permission Calculator

Understanding How it Works

DM-Bot is using the discord.js lib. DM-Bot takes messages from the dm channel, then sends them to a server's specific channel.

To there you can reply to the message by copying the command's syntax provided. There you can fill in the <message> area!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].