feat: add llama command
This commit is contained in:
8 files changed
+70
-12
No files matched your search
@@ -10,7 +10,7 @@ package cn.rtast.fancybot.util
|
||||
import java.io.InputStream
|
||||
|
||||
object Resources {
|
||||
fun loadFromResources(filename: String): InputStream {
|
||||
fun loadFromResources(filename: String): InputStream? {
|
||||
return this::class.java.classLoader.getResourceAsStream(filename)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user