Skip to content

A discord bot to notify users trough direct messages announcements 🐱

Notifications You must be signed in to change notification settings

DynoW/botfordms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😸 DM discord bot @Bot DM#6773

discord python-decouple

A discord bot for DM-ing users 😼

Profile

Commands:

  • /msg [user] [message]

Send someone a message. example: !msg @DynoW You are the best!

  • /msg @Bot DM [message]

(Admin only) Announce everyone on the server about something. example: !msg all Ntza

How to install:

Requirements: python3
Dependencies: discord, python-decouple

> Clone repo: git clone https://github.com/DynoW/botfordms.git

> Change directory: cd botfordms

> Intall dependencies: pip install -r requirements.txt

> Create a .env file (example file: .env_sample): echo "DM_BOT_TOKEN=YOUR_TOKEN_HERE" > .env

> (Optional) Additionally create a venv: python3 -m venv venv and activate: . venv/bin/activate (Linux) or . venv/bin/Activate.ps1 (Windows)

> Run! python3 Bot.py or nohup python3 Bot.py >> log.txt 2>&1 & for background use

For help contact: DynoW#9056. Enjoy! 🐱