chore: move root path
This commit is contained in:
2 files changed
+3
-6
No files matched your search
@@ -116,7 +116,7 @@ class FancyBot : OneBotListener {
|
||||
}
|
||||
|
||||
override suspend fun onGroupFileUpload(event: FileEvent) {
|
||||
event.saveTo("./files")
|
||||
event.saveTo("$ROOT_PATH/caches/")
|
||||
}
|
||||
|
||||
override suspend fun onLeaveEvent(groupId: Long, userId: Long, operator: Long, time: Long) {
|
||||
|
||||
Reference in New Issue
Block a user