fix: fixed InfoExtension
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
1cbf631f27
commit
5a65aad3e2
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ class InfoExtension : Extension() {
|
|||
"lavalink.kt ***v." + net.moonleay.botendo.build.BuildConstants.lavaVersion + "***\n" +
|
||||
"Coroutines ***v." + net.moonleay.botendo.build.BuildConstants.coroutinesVersion + "***\n\n\n" +
|
||||
"***Bot made by moonleay***\n" +
|
||||
"More infos: https://moonleay.net/projects/botendo" +
|
||||
"(c) 2023, licensed under GPL-3.0\n"
|
||||
"(c) 2023, licensed under GPL-3.0\n" +
|
||||
"More infos: https://moonleay.net/projects/botendo\n"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue