updated path

This commit is contained in:
array-in-a-matrix 2024-03-26 13:14:56 -04:00
parent c3829a60df
commit 5f41c6bc08
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import ../src/nimbotsdk/[matrixTypes, MatrixClient, AutojoinRoomsMixin, SimpleFsStorageProvider, RustSdkCryptoStorageProvider]
import ../src/nimbotsdk/[matrixTypes, MatrixClient, mixins/AutojoinRoomsMixin]
import ../src/nimbotsdk/storage/[SimpleFsStorageProvider, RustSdkCryptoStorageProvider]
const
homeserver: cstring = "https://matrix.example.xyz"

View File

@ -1,7 +1,7 @@
# This is a nim equivalent to the Login example written on the matrix-bot-sdk's
# documentation website: https://turt2live.github.io/matrix-bot-sdk/tutorial-bot.html
import ../nimbotsdk
import ../src/nimbotsdk
import jsconsole
const homeserverUrl: cstring = "https://matrix.example.xyz"