From 12ddfa4b7d7979684a65d9a8a2381686f9029321 Mon Sep 17 00:00:00 2001 From: Sella-GH <147769367+Sella-GH@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:04:28 +0100 Subject: [PATCH] Review --- legal/Terms-Of-Service.md | 2 +- src/AzzyBot.Bot/Commands/ConfigCommands.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legal/Terms-Of-Service.md b/legal/Terms-Of-Service.md index 01335302..0483dd17 100644 --- a/legal/Terms-Of-Service.md +++ b/legal/Terms-Of-Service.md @@ -17,7 +17,7 @@ The Bot Owner disclaims all liability for damages arising from the utilization o - Any indirect, consequential, or intangible detriment. ### 4. Modification and Discontinuation -The Bot Owner reserves the unilateral right to modify, suspend, or discontinue the Bot’s functionality without prior notice or liability. The User acknowledges and accepts that such changes may occur at the sole discretion of the Bot Owner. +The Bot Owner reserves the unilateral right to modify, suspend, or discontinue the Bot's functionality without prior notice or liability. The User acknowledges and accepts that such changes may occur at the sole discretion of the Bot Owner. ### 5. Intellectual Property Ownership The Bot is licensed under the GNU Affero General Public License, version 3 (AGPL-3.0). Users are granted the right to use, modify, and distribute the Bot’s codebase, design, and functionality, provided that such use complies with the terms of the AGPL-3.0. Any modified versions or derivative works must also be licensed under the AGPL-3.0, and the source code must be made available to end users in accordance with its terms. diff --git a/src/AzzyBot.Bot/Commands/ConfigCommands.cs b/src/AzzyBot.Bot/Commands/ConfigCommands.cs index e106ccb1..26c09d03 100644 --- a/src/AzzyBot.Bot/Commands/ConfigCommands.cs +++ b/src/AzzyBot.Bot/Commands/ConfigCommands.cs @@ -700,7 +700,7 @@ public async ValueTask AcceptLegalsAsync(SlashCommandContext context) InteractivityResult result = await message.WaitForButtonAsync(context.User, TimeSpan.FromMinutes(30)); if (result.TimedOut) { - await context.EditResponseAsync("You haven't accepted the legals within the timespan. Please accept them to be able to use me."); + await context.EditResponseAsync("You haven't accepted the legal terms within the given time. Please accept them to continue using the bot."); return; }