Skip to content

Commit 3212482

Browse files
Bjornskjaldgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent 2f4a42a commit 3212482

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [Format](configuration/format.md)
1010
* [Connections.yml](connections.yml.md)
1111
* [Creating-a-Discord-bot](creating-a-discord-bot.md)
12-
* [FAQ](faq.md)
12+
* [Frequently asked questions](faq.md)
1313
* [installation](installation/README.md)
1414
* [Node.js](installation/node.js.md)
1515
* [NPM](installation/npm.md)

faq.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,48 @@
1-
# FAQ
1+
---
2+
description: A collection of answers to questions that appeared over time.
3+
---
4+
5+
# Frequently asked questions
6+
7+
## What if I don't want to/can't run Miscord myself?
28

3-
**What if I don't want to/can't run Miscord myself?**
49
You can donate $5 or more and get a gift code for up to 3 hosted instances for a month... basically, I do all the dirty work/host Miscord/keep it running for you.
5-
More info on [Discord](https://discord.gg/miscord).
10+
The only thing you would need to do is create a Facebook account and connect it with the chats.
11+
More info on [Discord](https://discord.gg/miscord) \(\#announcements or DM me at Bjornskjald\#2002\).
612

7-
**How do I find User/Server/Channel ID**[
8-
****https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-](https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-)
13+
## How do I get User/Server/Channel ID?
914

10-
**Where to find "thread ID"?**
15+
See here: [support.discordapp.com](https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-)
1116

12-
#### _Group_
17+
## Where to find "thread ID"?
18+
19+
### Group
1320

1421
* Go to [messenger.com](https://messenger.com)
1522
* Enter the chosen conversation
1623
* In the URL bar you should have `https://messenger.com/t/(some numbers)`. Those numbers are this thread's ID.
1724

18-
#### _One-to-one_
25+
### One-to-one
1926

2027
* Open that person's profile on Facebook and copy the link.
2128
* Go to [Find my Facebook ID](https://findmyfbid.com/)
2229
* Paste the link and click "Find Numeric ID"
2330

24-
**How to run Miscord in the background with auto-restart?**
31+
## How to run Miscord in the background with auto-restart?
32+
2533
~~You can use pm2~~ please don't
2634
Miscord has auto-restart embedded, just run it regularly \(you can use `tmux` on Linux to run it in the background\)
2735

28-
**I don't get messages, help??**
36+
## **I don't get messages, help??**
2937

3038
* Did you configure [connections list](Connections.yml)?
3139
* Are you sending messages \(on FB\) from the same account as in the config? Miscord ignores its own messages to not repeat itself
3240

33-
**Why do edited messages on Discord not reflect on Facebook Messenger?**
41+
## **Why do edited messages on Discord not reflect on Facebook Messenger?**
42+
3443
It's _impossible_. Facebook doesn't share any way to edit messages.
3544

36-
**Something is not working, help**
45+
## **Something is not working, help**
3746

3847
* Update to the latest version
3948
* See Troubleshooting page [here](troubleshooting)
@@ -44,13 +53,16 @@ It's _impossible_. Facebook doesn't share any way to edit messages.
4453

4554
If you're sure it's not your fault, create an issue [here](https://github.com/miscord/miscord/issues/new).
4655

47-
**Can I make Miscord ignore a single message?**
56+
## **Can I make Miscord ignore a single message?**
57+
4858
Yes, you can use `m!keep` prefix at the beginning of your message to make Miscord ignore that message.
4959

50-
**Where to get an app password?**
51-
See here: [https://www.facebook.com/settings?tab=security&section=per\_app\_passwords](https://www.facebook.com/settings?tab=security&section=per_app_passwords)
60+
## **Where to get an app password?**
61+
62+
See here: [www.facebook.com](https://www.facebook.com/settings?tab=security&section=per_app_passwords)
63+
64+
## **Facebook not working \(2-Factor Auth, login review\)**
5265

53-
**Facebook not working \(2-Factor Auth, login review\), help**
5466
Use app password \(see above\)
5567

5668

0 commit comments

Comments
 (0)