Skip to content
Moved messages to Channel authored by JonoAugustine's avatar JonoAugustine
more formatiing and linking
...@@ -10,11 +10,14 @@ dependencies { ...@@ -10,11 +10,14 @@ dependencies {
implementation(group = "com.serebit.strife", name = "strife-client-jvm", version = "VERSION_NUMBER") implementation(group = "com.serebit.strife", name = "strife-client-jvm", version = "VERSION_NUMBER")
} }
``` ```
Replace VERSION_NUMBER with the latest [Strife release](https://gitlab.com/serebit/strife/-/releases) for the most up to date features and bug fixes. Replace VERSION_NUMBER with the latest
[Strife release](https://gitlab.com/serebit/strife/-/releases) for the most up
to date features and bug fixes.
# Connecting to Your Bot # Connecting to Your Bot
To connect to Discord as your bot, you'll need the bot's secret token. This can be found on the Bot page of your Application. To connect to Discord as your bot, you'll need the bot's secret token. This can
be found on the Bot page of your Application.
![getToken](../res/getToken.gif) ![getToken](../res/getToken.gif)
...@@ -34,9 +37,11 @@ suspend fun main(args: Array<String>) { ...@@ -34,9 +37,11 @@ suspend fun main(args: Array<String>) {
} }
``` ```
If you want to get started from a runnable sample project, clone the [Quick-Start Project](https://gitlab.com/serebit/strife-quickstart) If you want to get started from a runnable sample project, clone the
[Quick-Start Project](https://gitlab.com/serebit/strife-quickstart)
``` ```
git clone https://gitlab.com/serebit/strife-quickstart git clone https://gitlab.com/serebit/strife-quickstart
``` ```
To get started learning more about Strife, read up about [The BotClient](../The-Strife-API/The-BotClient) To get started learning more about Strife, read up about
\ No newline at end of file [The BotClient](../The-Strife-API/The-BotClient)
\ No newline at end of file