-
Notifications
You must be signed in to change notification settings - Fork 102
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
Got logging of all users in group working #59
base: master
Are you sure you want to change the base?
Conversation
Can you explain what this does? Looks like the help info was copy pasted and not filled in. Please use PEP8 standard. |
Sorry about that, this is a WIP and MrShoes is still learning his way around git, he didnt mean to send in a pull request |
Ok, I've gotten it working to a point where it is functional and clean, but I still have some ideas ill be working on. The features I've added were made to solve a problem we were having playing Sea of Thieves on alliance servers with multiple ships (don't judge). Our problem was, when having a lot of people (sometimes up to 10 people) in the same voice channel it became chaos, especially during times of heavy action like PVP. When that happened we had to have a discord admin sort everyone out into separate channels by ship manually, and then move everyone back into the main channel when things cooled down. This was tedious and confusing since one person had to remember where everyone was, and this would leave us down 1 player and interrupt comms while people were being moved around. So we came up with the idea for a bot that would allow us to make a voice channel for each ship, and then with a couple commands pull everyone back into one main channel, remember where they all were, and split us back apart instantly when needed. So I've added 4 commands to this bot.
The "new session" channel is the same as before, and the text and "Tavern" channel don't do anything special on their own.
*Note: Once the merge command is run, the auto channels in that category will no longer be deleted when they are empty. To allow them to be deleted again the resetgroup command must be run
*Another Note, if you run your own bot using this fork, you will also need to run Let me know what you think and if you have any ideas to improve the functionality or the code itself. This is my first time working with python so I can guarantee there are better ways of doing some of this, thanks! |
Nice idea, rly good for clans |
I can't run bot I get error in functions.py. I am running Debian Raspbian buster |
I fixed it but now bot doesn't create channels |
No description provided.