File tree Expand file tree Collapse file tree
Core/src/main/kotlin/io/github/grassproject/framework
src/main/kotlin/io/github/grassproject/framework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import com.google.gson.JsonObject
55import io.github.grassproject.framework.core.GPPlugin
66import 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()
Original file line number Diff line number Diff line change 1+ package io.github.grassproject.framework.github
2+
3+ @ExperimentalStdlibApi
4+ internal object GithubAPI {
5+ }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments