windows build seemingly doesnt check for the dlls in the lib folder, errors trying to find torch_cpu.dll and c10.dll
out of curiosity i just threw them into the main directory
thread 'main' panicked at 'The `framework`-feature is enabled (it's on by default), but no framework was provided. If you don't want to use the command framework, disable default features and specify all features you want to use.', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\serenity-0.11.5\src\client\mod.rs:360:29 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
gonna try it on linux later
edit:
directory structure works in linux, however it gets the same error as above regarding framework
thread 'main' panicked at 'The `framework`-feature is enabled (it's on by default), but no framework was provided.
If you don't want to use the command framework, disable default features and specify all features you want to use.', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/serenity-0.11.5/src/client/mod.rs:360:29
stack backtrace:
0: rust_begin_unwind
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:65:14
2: core::panicking::panic_display
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:139:5
3: core::panicking::panic_str
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:123:5
4: core::option::expect_failed
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/option.rs:1879:5
5: <serenity::client::ClientBuilder as core::future::future::Future>::poll
6: gptbot::main::{{closure}}
7: tokio::runtime::context::BlockingRegionGuard::block_on
8: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
9: tokio::runtime::runtime::Runtime::block_on
10: gptbot::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.