mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
SHUT UP
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
ff095c5871
commit
cdf7e1d6ab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public static class GuildScheduledEventExtensions
|
||||||
out string? location)
|
out string? location)
|
||||||
{
|
{
|
||||||
endTime = default;
|
endTime = default;
|
||||||
location = default;
|
location = null;
|
||||||
if (!scheduledEvent.EntityMetadata.AsOptional().IsDefined(out var metadata))
|
if (!scheduledEvent.EntityMetadata.AsOptional().IsDefined(out var metadata))
|
||||||
{
|
{
|
||||||
return new ArgumentNullError(nameof(scheduledEvent.EntityMetadata));
|
return new ArgumentNullError(nameof(scheduledEvent.EntityMetadata));
|
||||||
|
|
Loading…
Add table
Reference in a new issue