mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43: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:
parent
a1408e88e2
commit
c762911849
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ using Remora.Results;
|
||||||
namespace Octobot.Responders;
|
namespace Octobot.Responders;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Handles sending a <see cref="Ready" /> message to a guild that has just initialized if that guild
|
/// Handles removing guild ID from <see cref="GuildData" /> if bot leaves the guild.
|
||||||
/// has <see cref="GuildSettings.ReceiveStartupMessages" /> enabled
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[UsedImplicitly]
|
[UsedImplicitly]
|
||||||
public class GuildUnloadedResponder : IResponder<IGuildDelete>
|
public class GuildUnloadedResponder : IResponder<IGuildDelete>
|
||||||
|
|
Loading…
Add table
Reference in a new issue