From e51002a42bd7435216f14a3f78fb1547c7c1f8fe Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 25 Jun 2024 23:34:10 +1200 Subject: [PATCH] Fixed some names and links being wrong --- content/Ellie/Features/permissions-system.md | 2 +- content/Ellie/Marmalade/creating-a-marmalade.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/Ellie/Features/permissions-system.md b/content/Ellie/Features/permissions-system.md index 11f5a9d..35445c7 100644 --- a/content/Ellie/Features/permissions-system.md +++ b/content/Ellie/Features/permissions-system.md @@ -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 diff --git a/content/Ellie/Marmalade/creating-a-marmalade.md b/content/Ellie/Marmalade/creating-a-marmalade.md index 1e5b420..d8dcca3 100644 --- a/content/Ellie/Marmalade/creating-a-marmalade.md +++ b/content/Ellie/Marmalade/creating-a-marmalade.md @@ -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