changed wording on guide and updated commandmentionbyname
diff --git a/src/commands/privacy.ts b/src/commands/privacy.ts
index 6113cc3..e20bf34 100644
--- a/src/commands/privacy.ts
+++ b/src/commands/privacy.ts
@@ -22,8 +22,8 @@
                     .setDescription(
                         "Nucleus is a bot that naturally needs to store data about servers.\n" +
                             "We are entirely [open source](https://github.com/ClicksMinutePer/Nucleus), so you can check exactly what we store, and how it works.\n\n" +
-                            "If you are a server administrator, you can view the options page in the dropdown under this message.\n\n" +
-                            "Any questions about Nucleus, how it works and data stored can be asked in [our server](https://discord.gg/bPaNnxe)."
+                            "If you are a server administrator, you can view the options page in the dropdown under this message.\n\n" +  // TODO
+                            "Any questions about Nucleus, how it works, and what data is stored can be asked in [our server](https://discord.gg/bPaNnxe)."
                     )
                     .setEmoji("NUCLEUS.LOGO")
                     .setStatus("Danger")
diff --git a/src/commands/settings/logs/channel.ts b/src/commands/settings/logs/channel.ts
index b9b593c..afd7735 100644
--- a/src/commands/settings/logs/channel.ts
+++ b/src/commands/settings/logs/channel.ts
@@ -9,7 +9,7 @@
 
 const command = (builder: SlashCommandSubcommandBuilder) =>
     builder
-        .setName("channel")
+        .setName("general")
         .setDescription("Sets or shows the log channel")
         .addChannelOption((option) =>
             option
diff --git a/src/commands/settings/logs/events.ts b/src/commands/settings/logs/events.ts
index 40b4607..1249d2b 100644
--- a/src/commands/settings/logs/events.ts
+++ b/src/commands/settings/logs/events.ts
@@ -31,7 +31,7 @@
 const command = (builder: SlashCommandSubcommandBuilder) =>
     builder.setName("events").setDescription("Sets what events should be logged");
 
-const callback = async (interaction: CommandInteraction): Promise<void> => {
+const callback = async (interaction: CommandInteraction): Promise<void> => {  // TODO: Maybe merge this into /settings log general
     await interaction.reply({
         embeds: LoadingEmbed,
         fetchReply: true,
diff --git a/src/commands/settings/logs/staff.ts b/src/commands/settings/logs/staff.ts
index bba6441..ba9bbba 100644
--- a/src/commands/settings/logs/staff.ts
+++ b/src/commands/settings/logs/staff.ts
@@ -9,7 +9,7 @@
 
 const command = (builder: SlashCommandSubcommandBuilder) =>
     builder
-        .setName("staff")
+        .setName("warnings")
         .setDescription("Settings for the staff notifications channel")
         .addChannelOption((option) =>
             option