generated from array-in-a-matrix/matrix-bot-template
updated path
This commit is contained in:
parent
c3829a60df
commit
5f41c6bc08
2 changed files with 3 additions and 2 deletions
|
@ -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
|
const
|
||||||
homeserver: cstring = "https://matrix.example.xyz"
|
homeserver: cstring = "https://matrix.example.xyz"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This is a nim equivalent to the Login example written on the matrix-bot-sdk's
|
# 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
|
# documentation website: https://turt2live.github.io/matrix-bot-sdk/tutorial-bot.html
|
||||||
|
|
||||||
import ../nimbotsdk
|
import ../src/nimbotsdk
|
||||||
import jsconsole
|
import jsconsole
|
||||||
|
|
||||||
const homeserverUrl: cstring = "https://matrix.example.xyz"
|
const homeserverUrl: cstring = "https://matrix.example.xyz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue