summaryrefslogtreecommitdiffstats
path: root/website/content/bot/faqs.md
blob: ce75ebafd833aecea0babe9916b90ecf743d0a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
title: FAQs
sidebar_position: 5
description: This page offers information about OpenBB Bot, covering topics such as
  linking your OpenBB Bot account, trying an OpenBB Bot plan, automatic plan renewals,
  refunds, access on different platforms, individual and server plans, and troubleshooting
  issues with slash commands.
keywords:
- OpenBB Bot
- OpenBB Bot account
- OpenBB plan
- billing cycle
- OpenBB Discord
- server settings
- integrations
- refunds
- subscription
- individual plan
- server plan
- slash commands
---

import HeadTitle from '@site/src/components/General/HeadTitle.tsx';

<HeadTitle title="FAQs | OpenBB Bot Docs" />

<details><summary>How Do I Link My OpenBB Bot Account?</summary>

After you signup for an OpenBB Bot plan you can link your accounts from <a href="https://my.openbb.co/app/bot" class="_hyper-link">here</a>

</details>

<details><summary>Can I try an OpenBB Bot plan?</summary>

You can try a preview of any plan by just running commands on a server that has OpenBB Bot, like <a href='https://my.openbb.co/discord' class='_hyper-link'>OpenBB Discord</a>. We offer a limited amount of daily commands.

</details>


<details><summary>Will my OpenBB Bot plan renew at the end of the billing cycle?</summary>

Yes, plans renew automatically at the end of the monthly and yearly billing cycles. You can cancel your plan at any time, before the end of the billing cycle, and it will not auto-renew anymore.

</details>


<details><summary>Can I get a refund on my OpenBB Bot?</summary>

Since we offer a free command tier to try commands we don't offer refunds as you have had ample time to try the service and make a decision.

</details>


<details><summary>If I sign up for OpenBB Bot do I get access on all platforms?</summary>

Yes! You will have access on Discord, and other platforms as we add support.

</details>

<details><summary>If I cancel OpenBB Bot subscription do I still have access?</summary>

No, you will lose your access but you get a credit on your account of the prorated amount until the end of your current billing cycle.

</details>


<details><summary>What's the difference between an individual plan and server plan on OpenBB Bot?</summary>

An individual plan gives your account access to OpenBB Bot while a server plan gives the whole server access. An individual plan carries more perks with it than a server plan, which you can find by clicking on the plan.

</details>


<details><summary>I added the bot but still don't see slash commands, what do I do?</summary>

<img class="mb-8" src="https://assets-global.website-files.com/5f9072399b2640f14d6a2bf4/625ddbedd330d37960463537_Untitled.png" />

Just head to <b>Server Settings → Integrations</b> and then <b>click ‘Manage’ next to an app</b>, where you will behold a new, shiny, and dare we say <i>dazzling</i>, new surface.

<ul class="list-disc my-4 ml-4">
  <li>Use toggles to modify which members can use commands</li>
  <li>Use toggles to modify which channels allow commands</li>
</ul>

There’s also a command-specific list, where you can make customized permissions for each command.
<ul class="list-disc my-4 ml-4">
  <li>By default, these are all synced to the command permission at the top.</li>
  <li>You can unsync an individual command to make further customizations.</li>
</ul>

For more information click <a rel="noreferrer noopener" target="_blank" href="https://discord.com/blog/slash-commands-permissions-discord-apps-bots" class="_hyper-link">here</a>.

</details>