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

return result because @Octol1ttle told me to do so

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-21 20:14:10 +03:00
parent d70b315c66
commit 222bc2509b
Signed by: mctaylors
GPG key ID: 361D326747B61E65

View file

@ -141,6 +141,8 @@ public sealed partial class MemberUpdateService : BackgroundService
{
data.MutedUntil = null;
}
return unmuteResult;
}
return Result.FromSuccess();