-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make /archive
command archive single channel
#154
Comments
Could I take a look at this issue? I just have a few clarifying questions before I start.
|
Pycord allows the use of function arguments to refer to a specific channel. This way the users can search for the channel by it's name, but the python code receives the unique ID of the channel, negating any issues arising from channels with the same name.
Nope, each cog is kept reasonably seperate for exactly this reason. So that future maintenance & development is easier.
Don't think so. We try to keep all of the discussion around development here in the GitHub issues so that it is traceable for exactly situations like this when we want to start implementing the discussed changes. It's much better than some offhand comment from a committee member being lost to time on a random Discord channel somewhere. |
- Modify autocomplete to only display channels - Modify archive to change permission for one channel - Modify archive to add archive- before channel.name to mark it as archived
I more so meant the same channel name causing issues with the autocomplete feature the user wouldn't be able to easily differentiate the two apart. |
After the discussion in #1, the
/archive
command seems to have at least some desire to be implemented. However the current version will archive a whole category, whereas it will be more useful for the option to archive a single channel to be the primary functionality. Implementing the archival of a whole category can be delayed to a later date.The text was updated successfully, but these errors were encountered: