Fix typos in comments and documentation (#2608)
* Fix typos in comments and documentations * Fixes more typo
This commit is contained in:
@@ -28,4 +28,4 @@ var guild = client.GetGuild(guildId);
|
||||
var guildEvent = await guild.CreateEventAsync("test event", DateTimeOffset.UtcNow.AddDays(1), GuildScheduledEventType.External, endTime: DateTimeOffset.UtcNow.AddDays(2), location: "Space");
|
||||
```
|
||||
|
||||
This code will create an event that lasts a day and starts tomorrow. It will be an external event thats in space.
|
||||
This code will create an event that lasts a day and starts tomorrow. It will be an external event that's in space.
|
||||
|
||||
@@ -5,7 +5,7 @@ title: Introduction to Guild Events
|
||||
|
||||
# Guild Events
|
||||
|
||||
Guild events are a way to host events within a guild. They offer alot of features and flexibility.
|
||||
Guild events are a way to host events within a guild. They offer a lot of features and flexibility.
|
||||
|
||||
## Getting started with guild events
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ title: Modifying Guild Events
|
||||
|
||||
# Modifying Events
|
||||
|
||||
You can modify events using the `ModifyAsync` method to modify the event, heres the properties you can modify:
|
||||
You can modify events using the `ModifyAsync` method to modify the event. Here are the properties you can modify:
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------ | --------------------------------- | -------------------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user