1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Update src/Commands/ToolsCommandGroup.cs

Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2024-03-13 20:00:28 +03:00 committed by GitHub
parent b316192b9e
commit c13de02e0a
Signed by: GitHub
GPG key ID: B5690EEEBB952194

View file

@ -509,7 +509,7 @@ public class ToolsCommandGroup : CommandGroup
/// </returns> /// </returns>
[Command("8ball")] [Command("8ball")]
[DiscordDefaultDMPermission(false)] [DiscordDefaultDMPermission(false)]
[Description("Ask the magic 8-ball a question")] [Description("Ask the Magic 8-Ball a question")]
[UsedImplicitly] [UsedImplicitly]
public async Task<Result> ExecuteEightBallAsync( public async Task<Result> ExecuteEightBallAsync(
// let the user think he's actually asking the ball a question // let the user think he's actually asking the ball a question