Something
public text v1 · immutableon *:connect: {
; Point to Database Path
set %botdb $sqlite_open($scriptdirDatabases\xfed.db)
; If the database exists, skip the check.
if ($exists($scriptdirDatabases\xfed.db)) {
noop $tip(Information,Information,Database Exists -- Loading Bot...)
start
}
else {
noop $tip(Information,Information,Database not created -- Running Configuration.)
dbsetup
}
}