Skip to content

Commit f4bfb95

Browse files
authored
Merge pull request #109 from redphantom1000/patch-3
Update creationDate_ai.md
2 parents 63bfdff + 96ee125 commit f4bfb95

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

guide/Date/creationDate_ai.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ Retrieves the creation date of a Discord entity (channel, guild, emoji, user, or
99
* `entityID`: The ID of the Discord entity you want to retrieve the creation date for. This can be a channel ID, guild ID, emoji ID, user ID, or role ID.
1010
* `format` (Optional): Specifies the desired format for the output. If omitted, the default format will be used. Possible values are:
1111
* `date`: Returns the date only.
12-
* `time`: Returns the time only.
1312
* `ms`: Returns the creation date in milliseconds since the Unix epoch.
1413

1514
**Example:**
1615

17-
<br/>
18-
19-
```
20-
!!exec $creationDate[725721249652670555;date]
21-
```
22-
23-
```
24-
Sat Oct 31 2020 10:55:30 GMT+0000 (Coordinated Universal Time)
25-
```
16+
<discord-messages>
17+
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
18+
!!exec $creationDate[725721249652670555;date]
19+
</discord-message>
20+
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
21+
Thursday, June 25, 2020 02:37 PM
22+
</discord-message>
23+
</discord-messages>
2624

2725
::: tip Timezone Information
2826
Date functions default to the UTC timezone. To change this, see the [Timezone Configuration](./timezone.md) guide.
2927
:::
3028

31-
##### Function Difficulty: <Badge type="tip" text="Easy" vertical="middle" />
29+
##### Function Difficulty: <Badge type="tip" text="Easy" vertical="middle" />

0 commit comments

Comments
 (0)