refactor: renamed ownerID to creatorID
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
404e043da1
commit
a7e656bcbe
3 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ object Bot {
|
|||
this.embed {
|
||||
this.title = "Oops. Something went wrong."
|
||||
this.description = "The bot encountered an error during execution.\n" +
|
||||
"Please report this to <@${BuildConstants.ownerID}>.\n" +
|
||||
"Please report this to <@${BuildConstants.creatorID}>.\n" +
|
||||
"The errorid is \"$stamp.stk\""
|
||||
this.field {
|
||||
this.name = "Error message:"
|
||||
|
|
|
@ -20,7 +20,7 @@ package net.moonleay.liljudd.build
|
|||
|
||||
internal object BuildConstants {
|
||||
const val version = "${version}"
|
||||
const val ownerID = "${ownerID}"
|
||||
const val creatorID = "${creatorID}"
|
||||
const val kordVersion = "${kordversion}"
|
||||
const val coroutinesVersion = "${coroutinesversion}"
|
||||
const val ktorVersion = "${ktorversion}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue