Updated Help module
This commit is contained in:
parent
2ebed3f441
commit
291b2fb580
1 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ namespace EllieBot.Modules.Help;
|
||||||
|
|
||||||
public sealed partial class Help : EllieModule<HelpService>
|
public sealed partial class Help : EllieModule<HelpService>
|
||||||
{
|
{
|
||||||
public const string PATREON_URL = "https://patreon.com/toastie_t0ast";
|
public const string PATREON_URL = "https://patreon.com/elliebot";
|
||||||
public const string PAYPAL_URL = "https://paypal.me/EmotionChild";
|
public const string PAYPAL_URL = "https://paypal.me/toastiet0ast";
|
||||||
|
|
||||||
private readonly ICommandsUtilityService _cus;
|
private readonly ICommandsUtilityService _cus;
|
||||||
private readonly CommandService _cmds;
|
private readonly CommandService _cmds;
|
||||||
|
@ -529,7 +529,7 @@ public sealed partial class Help : EllieModule<HelpService>
|
||||||
*Keep in mind that running the bot on your computer means that the bot will be offline when you turn off your computer*
|
*Keep in mind that running the bot on your computer means that the bot will be offline when you turn off your computer*
|
||||||
|
|
||||||
- You can find the selfhosting guides by using the `.guide` command and clicking on the second link that pops up.
|
- You can find the selfhosting guides by using the `.guide` command and clicking on the second link that pops up.
|
||||||
- If you decide to selfhost the bot, still consider [supporting the project](https://patreon.com/join/toastie_t0ast) to keep the development going :)
|
- If you decide to selfhost the bot, still consider [supporting the project](https://patreon.com/join/elliebot) to keep the development going :)
|
||||||
""",
|
""",
|
||||||
true);
|
true);
|
||||||
|
|
||||||
|
@ -551,7 +551,7 @@ public sealed partial class Help : EllieModule<HelpService>
|
||||||
eb
|
eb
|
||||||
.WithDescription("""
|
.WithDescription("""
|
||||||
EllieBot relies on donations to keep the servers, services and APIs running.
|
EllieBot relies on donations to keep the servers, services and APIs running.
|
||||||
Donating will give you access to some exclusive features. You can read about them on the [patreon page](https://patreon.com/join/toastie_t0ast)
|
Donating will give you access to some exclusive features. You can read about them on the [patreon page](https://patreon.com/join/elliebot)
|
||||||
""")
|
""")
|
||||||
.AddField("Donation Instructions",
|
.AddField("Donation Instructions",
|
||||||
$"""
|
$"""
|
||||||
|
@ -559,7 +559,7 @@ public sealed partial class Help : EllieModule<HelpService>
|
||||||
|
|
||||||
**Step 1:** ❤️ Pledge on Patreon ❤️
|
**Step 1:** ❤️ Pledge on Patreon ❤️
|
||||||
|
|
||||||
`1.` Go to <https://patreon.com/join/toastie_t0ast> and choose a tier.
|
`1.` Go to <https://patreon.com/join/elliebot> and choose a tier.
|
||||||
`2.` Make sure your payment is processed and accepted.
|
`2.` Make sure your payment is processed and accepted.
|
||||||
|
|
||||||
**Step 2** 🤝 Connect your Discord account 🤝
|
**Step 2** 🤝 Connect your Discord account 🤝
|
||||||
|
|
Loading…
Reference in a new issue