mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #458] How can I send a direct message by commanding the bot? #860
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#860
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sardar-mahdi on GitHub (Apr 25, 2024).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/458
This is how I go about sending messages
python start.py --dm-to-new-followers 1-5
python start.py --dm-to-new-followers [1-5]
But in the end it shows me this message
You have to specify one of the actions: --interact, --unfollow
And I even test this
It shows me this message
start.py: error: argument --interact: expected at least one argument
Is it possible to guide me on how to use the direct function?