Fixed some names and links being wrong
This commit is contained in:
parent
4dc93e5871
commit
e51002a42b
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Permissions are very handy at setting who can use what commands in a server. All
|
|||
|
||||
Several commands still require that you have the correct permissions on Discord to be able to use them, so for users to be able to use commands like `'kick` and `'voicemute`, they need **Kick** and **Mute Members** server permissions, respectively.
|
||||
|
||||
With the permissions system it possible to restrict who can skip the current song, pick NadekoFlowers or use the NSFW module.
|
||||
With the permissions system it possible to restrict who can skip the current song, pick EllieMoney or use the NSFW module.
|
||||
|
||||
## First Time Setup
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ To make sure your marmalade can be properly unloaded/reloaded you must:
|
|||
|
||||
## Practice
|
||||
|
||||
This section will guide you through how to create a simple custom marmalade. You can find the entirety of this code hosted [here](https://gitlab.com/nadeko/example_marmalade)
|
||||
This section will guide you through how to create a simple custom marmalade. You can find the entirety of this code hosted [here](https://toastielab.dev/ellie/example_marmalade)
|
||||
|
||||
#### Prerequisite
|
||||
- [.net6 sdk](https://dotnet.microsoft.com/en-us/download) installed
|
||||
|
@ -164,7 +164,7 @@ This section will guide you through how to create a simple custom marmalade. You
|
|||
|
||||
<!-- Note: If you want to use EllieBot services etc... You will have to manually clone
|
||||
the https://toastielab.dev/Emotions-stuff/elliebot repo locally and reference the EllieBot.csproj because there is no EllieBot package atm.
|
||||
It is strongly recommended that you checkout a specific tag which matches your version of nadeko,
|
||||
It is strongly recommended that you checkout a specific tag which matches your version of ellie,
|
||||
as there could be breaking changes even between minor versions of EllieBot.
|
||||
For example if you're running EllieBot 4.1.0 locally for which you want to create a marmalade for,
|
||||
you should do "git checkout 4.1.0" in your EllieBot solution and then reference the EllieBot.csproj
|
||||
|
|
Loading…
Reference in a new issue