https://github.com/dynow/botfordms
A discord bot to notify users trough direct messages announcements 🐱
https://github.com/dynow/botfordms
announcements discord discord-bot dms messages
Last synced: about 1 month ago
JSON representation
A discord bot to notify users trough direct messages announcements 🐱
- Host: GitHub
- URL: https://github.com/dynow/botfordms
- Owner: DynoW
- Created: 2022-04-20T15:57:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T10:28:03.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:52:58.138Z (3 months ago)
- Topics: announcements, discord, discord-bot, dms, messages
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 😸 DM discord bot `@Bot DM#6773`
[](https://pypi.org/project/discord/)
[](https://pypi.org/project/python-decouple/)
### A discord bot for DM-ing users 😼
### 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! 🐱