Method ModifyAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ModifyAsync(Action<ScheduledEventEditModel>)
Modifies the current scheduled event.
public Task ModifyAsync(Action<ScheduledEventEditModel> action)
Parameters
action
Action<ScheduledEventEditModel>Action to perform on this thread
Returns
Exceptions
- ValidationException
Thrown if the user gave an invalid input.
- UnauthorizedException
Thrown when the client does not have the ManageEvents permission.
- NotFoundException
Thrown when the event does not exist.
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.