Skip to content
ryan edited this page May 3, 2017 · 12 revisions

Frequently answered questions (and their answers).

What is dogbot's purpose?

Nothing, really. Dogbot is my "main" Discord bot that I am developing, and will be constantly updated with new features. It is a generic bot that isn't meant for one purpose, but it has many commands and features that fit into many categories.

Who is dogbot targeted towards?

Dogbot is targeted towards experienced bot users and competent server owners. You should know what a parameter is, and have a good understanding of Discord's permission system.

What features are upcoming?/What bugs are going to be fixed?

Check Dogbot's project page.

How can I request a feature?

Join the Dogbot Support server and voice your opinion.

I try to run a command, but it doesn't do anything!

If a command does nothing, these scenarios are possible:

  1. The command you are trying to run has a cooldown and you are violating it. In other words, you are running that command too quickly. Stop that.
  2. The bot doesn't have the proper permissions it needs to do that.
  3. You aren't the owner of the bot.
  4. You don't have the proper permissions to do that.
  5. The command is not enabled through a configuration key. Run d?config permitted for a list of permitted configuration keys.

For detailed information on commands, check the Command List. If the command does not show when running d?help, then scenarios 3 or 4 are taking place.

How do I disable a command in my server?

Use d?disable <name> and d?enable <name>.

Clone this wiki locally