This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from TheFruxz/chore/dokkaUpdate
Add GitHub Pages Docs
- Loading branch information
Showing
3,660 changed files
with
152,004 additions
and
9 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/build-discord-api.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[buildDiscordApi](build-discord-api.md) | ||
|
||
# buildDiscordApi | ||
|
||
[jvm]\ | ||
fun [buildDiscordApi](build-discord-api.md)(process: DiscordApiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): DiscordApiBuilder |
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/build-embed.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[buildEmbed](build-embed.md) | ||
|
||
# buildEmbed | ||
|
||
[jvm]\ | ||
fun [buildEmbed](build-embed.md)(process: EmbedBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): EmbedBuilder |
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/build-message.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[buildMessage](build-message.md) | ||
|
||
# buildMessage | ||
|
||
[jvm]\ | ||
fun [buildMessage](build-message.md)(process: MessageBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): MessageBuilder |
12 changes: 12 additions & 0 deletions
12
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/channel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[channel](channel.md) | ||
|
||
# channel | ||
|
||
[jvm]\ | ||
fun DiscordApi.[channel](channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): Channel | ||
|
||
fun DiscordApi.[channel](channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): Channel? | ||
|
||
fun Server.[channel](channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerChannel | ||
|
||
fun Server.[channel](channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerChannel? |
12 changes: 12 additions & 0 deletions
12
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/channels.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[channels](channels.md) | ||
|
||
# channels | ||
|
||
[jvm]\ | ||
fun DiscordApi.[channels](channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Channel> | ||
|
||
fun DiscordApi.[channels](channels.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Channel> | ||
|
||
fun Server.[channels](channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel> | ||
|
||
fun Server.[channels](channels.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel> |
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/connect-discord.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[connectDiscord](connect-discord.md) | ||
|
||
# connectDiscord | ||
|
||
[jvm]\ | ||
fun [connectDiscord](connect-discord.md)(token: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): DiscordApi |
6 changes: 6 additions & 0 deletions
6
...d/-j-e-t--discord/de.jet.discord.extension/create-custom-emoji-if-not-exists.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[createCustomEmojiIfNotExists](create-custom-emoji-if-not-exists.md) | ||
|
||
# createCustomEmojiIfNotExists | ||
|
||
[jvm]\ | ||
fun Server.[createCustomEmojiIfNotExists](create-custom-emoji-if-not-exists.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), resource: [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html), process: CustomEmojiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) = {}): KnownCustomEmoji |
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/create-custom-emoji.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[createCustomEmoji](create-custom-emoji.md) | ||
|
||
# createCustomEmoji | ||
|
||
[jvm]\ | ||
fun Server.[createCustomEmoji](create-custom-emoji.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), resource: [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html), replaceExisting: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, process: CustomEmojiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) = {}): KnownCustomEmoji? |
8 changes: 8 additions & 0 deletions
8
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/get-custom-emoji.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[getCustomEmoji](get-custom-emoji.md) | ||
|
||
# getCustomEmoji | ||
|
||
[jvm]\ | ||
fun Server.[getCustomEmoji](get-custom-emoji.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ignoreCase: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): KnownCustomEmoji? | ||
|
||
fun Server.[getCustomEmoji](get-custom-emoji.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): KnownCustomEmoji? |
6 changes: 6 additions & 0 deletions
6
...cord/-j-e-t--discord/de.jet.discord.extension/get-discord-user-object-by-i-d.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[getDiscordUserObjectByID](get-discord-user-object-by-i-d.md) | ||
|
||
# getDiscordUserObjectByID | ||
|
||
[jvm]\ | ||
fun DiscordApi.[getDiscordUserObjectByID](get-discord-user-object-by-i-d.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [DiscordUser](../de.jet.discord.user/-discord-user/index.md) |
6 changes: 6 additions & 0 deletions
6
...ord/-j-e-t--discord/de.jet.discord.extension/get-discord-user-object-by-name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[getDiscordUserObjectByName](get-discord-user-object-by-name.md) | ||
|
||
# getDiscordUserObjectByName | ||
|
||
[jvm]\ | ||
fun DiscordApi.[getDiscordUserObjectByName](get-discord-user-object-by-name.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [DiscordUser](../de.jet.discord.user/-discord-user/index.md)? |
30 changes: 30 additions & 0 deletions
30
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md) | ||
|
||
# Package de.jet.discord.extension | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [buildDiscordApi](build-discord-api.md) | [jvm]<br>fun [buildDiscordApi](build-discord-api.md)(process: DiscordApiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): DiscordApiBuilder | | ||
| [buildEmbed](build-embed.md) | [jvm]<br>fun [buildEmbed](build-embed.md)(process: EmbedBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): EmbedBuilder | | ||
| [buildMessage](build-message.md) | [jvm]<br>fun [buildMessage](build-message.md)(process: MessageBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): MessageBuilder | | ||
| [channel](channel.md) | [jvm]<br>fun DiscordApi.[channel](channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): Channel<br>fun DiscordApi.[channel](channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): Channel?<br>fun Server.[channel](channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerChannel<br>fun Server.[channel](channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerChannel? | | ||
| [channels](channels.md) | [jvm]<br>fun DiscordApi.[channels](channels.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Channel><br>fun Server.[channels](channels.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel><br>fun DiscordApi.[channels](channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Channel><br>fun Server.[channels](channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel> | | ||
| [connectDiscord](connect-discord.md) | [jvm]<br>fun [connectDiscord](connect-discord.md)(token: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): DiscordApi | | ||
| [createCustomEmoji](create-custom-emoji.md) | [jvm]<br>fun Server.[createCustomEmoji](create-custom-emoji.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), resource: [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html), replaceExisting: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, process: CustomEmojiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) = {}): KnownCustomEmoji? | | ||
| [createCustomEmojiIfNotExists](create-custom-emoji-if-not-exists.md) | [jvm]<br>fun Server.[createCustomEmojiIfNotExists](create-custom-emoji-if-not-exists.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), resource: [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html), process: CustomEmojiBuilder.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) = {}): KnownCustomEmoji | | ||
| [getCustomEmoji](get-custom-emoji.md) | [jvm]<br>fun Server.[getCustomEmoji](get-custom-emoji.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): KnownCustomEmoji?<br>fun Server.[getCustomEmoji](get-custom-emoji.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ignoreCase: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): KnownCustomEmoji? | | ||
| [getDiscordUserObjectByID](get-discord-user-object-by-i-d.md) | [jvm]<br>fun DiscordApi.[getDiscordUserObjectByID](get-discord-user-object-by-i-d.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [DiscordUser](../de.jet.discord.user/-discord-user/index.md) | | ||
| [getDiscordUserObjectByName](get-discord-user-object-by-name.md) | [jvm]<br>fun DiscordApi.[getDiscordUserObjectByName](get-discord-user-object-by-name.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [DiscordUser](../de.jet.discord.user/-discord-user/index.md)? | | ||
| [isCustomEmojiExisting](is-custom-emoji-existing.md) | [jvm]<br>fun Server.[isCustomEmojiExisting](is-custom-emoji-existing.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>fun Server.[isCustomEmojiExisting](is-custom-emoji-existing.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ignoreCase: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | | ||
| [removeCustomEmoji](remove-custom-emoji.md) | [jvm]<br>fun Server.[removeCustomEmoji](remove-custom-emoji.md)(condition: (KnownCustomEmoji) -> [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))<br>fun Server.[removeCustomEmoji](remove-custom-emoji.md)(byId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))<br>fun Server.[removeCustomEmoji](remove-custom-emoji.md)(byName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | | ||
| [server](server.md) | [jvm]<br>fun DiscordApi.[server](server.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): Server<br>fun DiscordApi.[server](server.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): Server? | | ||
| [serverChannel](server-channel.md) | [jvm]<br>fun DiscordApi.[serverChannel](server-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), channelId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerChannel<br>fun DiscordApi.[serverChannel](server-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerChannel? | | ||
| [serverChannels](server-channels.md) | [jvm]<br>fun DiscordApi.[serverChannels](server-channels.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel> | | ||
| [servers](servers.md) | [jvm]<br>fun DiscordApi.[servers](servers.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Server><br>fun DiscordApi.[servers](servers.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Server> | | ||
| [serverTextChannel](server-text-channel.md) | [jvm]<br>fun DiscordApi.[serverTextChannel](server-text-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), channelId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerTextChannel<br>fun DiscordApi.[serverTextChannel](server-text-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerTextChannel? | | ||
| [serverTextChannels](server-text-channels.md) | [jvm]<br>fun DiscordApi.[serverTextChannels](server-text-channels.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerTextChannel> | | ||
| [textChannel](text-channel.md) | [jvm]<br>fun DiscordApi.[textChannel](text-channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): TextChannel<br>fun DiscordApi.[textChannel](text-channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): TextChannel?<br>fun Server.[textChannel](text-channel.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerTextChannel<br>fun Server.[textChannel](text-channel.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerTextChannel? | | ||
| [textChannels](text-channels.md) | [jvm]<br>fun DiscordApi.[textChannels](text-channels.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<TextChannel><br>fun DiscordApi.[textChannels](text-channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<TextChannel><br>fun Server.[textChannels](text-channels.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerTextChannel><br>fun Server.[textChannels](text-channels.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerTextChannel> | | ||
| [user](user.md) | [jvm]<br>fun DiscordApi.[user](user.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): User | |
8 changes: 8 additions & 0 deletions
8
...ET-Discord/-j-e-t--discord/de.jet.discord.extension/is-custom-emoji-existing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[isCustomEmojiExisting](is-custom-emoji-existing.md) | ||
|
||
# isCustomEmojiExisting | ||
|
||
[jvm]\ | ||
fun Server.[isCustomEmojiExisting](is-custom-emoji-existing.md)(emojiName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ignoreCase: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
fun Server.[isCustomEmojiExisting](is-custom-emoji-existing.md)(id: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
10 changes: 10 additions & 0 deletions
10
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/remove-custom-emoji.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[removeCustomEmoji](remove-custom-emoji.md) | ||
|
||
# removeCustomEmoji | ||
|
||
[jvm]\ | ||
fun Server.[removeCustomEmoji](remove-custom-emoji.md)(condition: (KnownCustomEmoji) -> [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | ||
|
||
fun Server.[removeCustomEmoji](remove-custom-emoji.md)(byName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | ||
|
||
fun Server.[removeCustomEmoji](remove-custom-emoji.md)(byId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) |
8 changes: 8 additions & 0 deletions
8
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/server-channel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[serverChannel](server-channel.md) | ||
|
||
# serverChannel | ||
|
||
[jvm]\ | ||
fun DiscordApi.[serverChannel](server-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), channelId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerChannel | ||
|
||
fun DiscordApi.[serverChannel](server-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerChannel? |
6 changes: 6 additions & 0 deletions
6
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/server-channels.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[serverChannels](server-channels.md) | ||
|
||
# serverChannels | ||
|
||
[jvm]\ | ||
fun DiscordApi.[serverChannels](server-channels.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerChannel> |
8 changes: 8 additions & 0 deletions
8
MDdocs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/server-text-channel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[serverTextChannel](server-text-channel.md) | ||
|
||
# serverTextChannel | ||
|
||
[jvm]\ | ||
fun DiscordApi.[serverTextChannel](server-text-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), channelId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): ServerTextChannel | ||
|
||
fun DiscordApi.[serverTextChannel](server-text-channel.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ServerTextChannel? |
6 changes: 6 additions & 0 deletions
6
...cs/JET-Discord/-j-e-t--discord/de.jet.discord.extension/server-text-channels.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[JET-Discord](../../index.md)/[de.jet.discord.extension](index.md)/[serverTextChannels](server-text-channels.md) | ||
|
||
# serverTextChannels | ||
|
||
[jvm]\ | ||
fun DiscordApi.[serverTextChannels](server-text-channels.md)(serverId: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<ServerTextChannel> |
Oops, something went wrong.