-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help with installing/compiling #1
Comments
Sorry for late response, I was 100% sure this was posted on another repo. |
Looks like none of this will be needed (unless you want to contribute to the code). I managed to setup a ci/cd pipeline, the latest windows build is available here: https://github.com/plaets/channel-lock-scheduler-bot/releases/tag/refs/heads/master. I tested it on a Windows x64 VM and it seems to work just fine. Feel free to post if you encounter any other issues. |
Thank you for the reply and looking into this. Any assistance is appreciated |
You don't need to compile anything, just download the exe I linked, create a Description of how |
oh awesome! thank you for that note. (multiple lines for example: ? |
Sorry, I didn't have a usecase for managing multiple channels so I did not implement that. I will add this to feature requests so that one day maybe the bot will have such a feature but I can't promise anything. For now it's possible only if you run a different instance of the bot for every channel, that requires some additional work. |
ah... no problem As a request: for the roles, is there a way to exclude a role that is locked out, so lock all roles except "admin"? |
My current configuration is to have a role that gives access to the scheduled channel (that role is supposed to be specified in the configuration), disable access to that channel for everybody and then give the role to every user that is supposed to have access to the channel in the timeframe specified in the configuration. I'm not 100% sure if you need a new discord token for every instance. |
Good day... I'm actually super green to all this, But I really need this Bot for our channel. so wondering if I can get some more in-depth instructions.
I installed the latest Microsoft Visual C++ and Rust, downloaded the Github repository (as a .zip) unpacked it into a folder. opened command prompt, ran 'cargo run --release' from inside the folder. But i am getting errors that link.exe is not found.
so im stuck as to what to do next.
please can you assist?
The text was updated successfully, but these errors were encountered: