Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Moved messages to Channel
authored
Sep 19, 2019
by
JonoAugustine
more formatiing and linking
Show whitespace changes
Inline
Side-by-side
Getting-Started/Setting-Up-Strife.md
View page @
340519b5
...
@@ -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.


...
@@ -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