Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Dec 23, 2024
1 parent 57a059f commit 12ddfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legal/Terms-Of-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Bots 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.
Expand Down
2 changes: 1 addition & 1 deletion src/AzzyBot.Bot/Commands/ConfigCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ public async ValueTask AcceptLegalsAsync(SlashCommandContext context)
InteractivityResult<ComponentInteractionCreatedEventArgs> 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;
}

Expand Down

0 comments on commit 12ddfa4

Please sign in to comment.