Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.89 KB

FAQ.md

File metadata and controls

34 lines (23 loc) · 1.89 KB

Frequently Asked Questions

General questions

Q: I am having issues with Slackord, what should I do?

A: Please post an issue on Github or join the community Discord, but please first read the troubleshooting guide.

Q: Why don't you call your tool "SlackLord"?

A: See the glossary for the meaning of Slackord.

Q: Where can I find documentation?

A: Visit the docs directory in the root of the github repository containing:

How do I get started with Slackord?

A: Start using Slackord by visiting the README.

Q: How do I contribute to Slackord?

A: If you'd like to contribute to Slackord, you can raise an issue about the contribution, then create a PR and link it to your issue for review.

Q: I see repeating questions in Discord, can I assist answering them?

A: Yes, feel free to do so within the Discord code of conduct, or use a link to this FAQ when it's applicable to the question.

Technical questions

Q: I see The application did not respond in my Discord channel. What's wrong?

A: This is either an automated timeout in discord (20 minutes) and can be ignored or, it may indicate that Discord can't reach the local Slackord client - make sure it's still running and connected.

Q: What causes Rate Limiting messages in the Slackord app, what's happening?

A: You can safely ignore this. Rate limiting is imposed on all apps to prevent spamming the Discord API. The Slackord client will backoff and resume posting automatically to prevent rate limiting.

Q: I keep seeing: Gateway: A SlashCommandExecuted handler is blocking the gateway task. Is something wrong?

A: As long as messages are still posting, you can ignore the warning.