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

Edit xmldoc

> Do not just copy & paste code [9a29653d]

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-04 15:07:55 +03:00
parent a1408e88e2
commit c762911849
Signed by: mctaylors
GPG key ID: 361D326747B61E65

View file

@ -10,8 +10,7 @@ using Remora.Results;
namespace Octobot.Responders;
/// <summary>
/// Handles sending a <see cref="Ready" /> message to a guild that has just initialized if that guild
/// has <see cref="GuildSettings.ReceiveStartupMessages" /> enabled
/// Handles removing guild ID from <see cref="GuildData" /> if bot leaves the guild.
/// </summary>
[UsedImplicitly]
public class GuildUnloadedResponder : IResponder<IGuildDelete>