Skip to content

Commit a3533a6

Browse files
committed
Renamed GPMessage to GPTranslate
1 parent 669f6b3 commit a3533a6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

Core/src/main/kotlin/io/github/grassproject/framework/core/message/GPMessage.kt renamed to Core/src/main/kotlin/io/github/grassproject/framework/core/message/GTranslate.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import com.google.gson.JsonObject
55
import io.github.grassproject.framework.core.GPPlugin
66
import java.io.File
77

8-
// GPF util에서 가져온것
9-
abstract class GPMessage<T : GPPlugin>(val plugin: T) {
8+
abstract class GTranslate<T : GPPlugin>(val plugin: T) {
109

1110
private fun jsonGenerator(): File {
1211
plugin.reloadConfig()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package io.github.grassproject.framework.github
2+
3+
@ExperimentalStdlibApi
4+
internal object GithubAPI {
5+
}

src/main/kotlin/io/github/grassproject/framework/GPFrameworkPlugin.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class GPFrameworkPlugin : GPPlugin() {
2424
DatabaseManager.initConfig(config)
2525
DatabaseManager.connect()
2626

27-
logger.info("GPFramework successfully enabled")
27+
logger.info("GPFramework successfully Enabled")
28+
logger.info(" | Version: <green>${version}</green>")
2829

2930
GPFCommand()
3031
}

0 commit comments

Comments
 (0)