-
Notifications
You must be signed in to change notification settings - Fork 0
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
Valid channel check on all commands #48
Conversation
Added autoDisconnect option
…lt Activity tweaked; Bot prefix broken out;
Just printing this out as I'm trying this on the mac. This is the stack dump I get after logging in and doing a
|
You're sure you're using the most recent config.py.example? Seems like you're missing the embed color option. #Allows selection of embed sidebar color as an (r, g, b) value.
#You can use https://it-tools.tech/color-converter to generate an rgb color value.
embedColor = (24, 135, 210) |
At least for me, line 72 wasn't working as written (probably my bad). Quick google search appeared we should be using trackeback2 for python3.
Then changed line 72 to be
|
So do I need to chance the |
There wasn't a And yea looks like print_exc() is just some default values for print_exception according to the docs Also look at the last line of 286. I don't think we are doing anything with the param we are passing in anymore :) So yeah - the bugs I did find are not related to this PR directly. The channel restriction stuff all works great on my machine. Tested every flip I could |
validChannel check reworked;
validChannel added to stop/whatson;
default Activity tweaked;
Bot prefix broken out to config file;