chore: updated owner tag to 0001

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-19 15:46:02 +02:00
parent 9e42893123
commit 2e309dfc52
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ A Discord music bot, written in Kotlin using the kord library.
## Known issues ## Known issues
- None (currently). Report issues to issues@moonleay.net or moonleay#0069 - None (currently). Report issues to issues@moonleay.net or moonleay#0001
## Commands & Features ## Commands & Features

View file

@ -37,7 +37,7 @@ class InfoExtension : Extension() {
"Kord-Extensions ***v." + net.moonleay.botendo.build.BuildConstants.kordVersion + "***\n" + "Kord-Extensions ***v." + net.moonleay.botendo.build.BuildConstants.kordVersion + "***\n" +
"lavalink.kt ***v." + net.moonleay.botendo.build.BuildConstants.lavaVersion + "***\n" + "lavalink.kt ***v." + net.moonleay.botendo.build.BuildConstants.lavaVersion + "***\n" +
"Coroutines ***v." + net.moonleay.botendo.build.BuildConstants.coroutinesVersion + "***\n\n\n" + "Coroutines ***v." + net.moonleay.botendo.build.BuildConstants.coroutinesVersion + "***\n\n\n" +
"***Bot made by moonleay#0069***\n" + "***Bot made by moonleay#0001***\n" +
"(c) 2023, licensed under GPL-3.0" "(c) 2023, licensed under GPL-3.0"
) )
} }