mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #723] Implement command for viewing filters #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MSuih on GitHub (Mar 9, 2021).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/723
Originally assigned to: @13xforever on GitHub.
The new command would show the same message as
!piracy edit, but would not add or listen for reactions that are used for editing the filter.Syntax could be
!piracy view <id>@13xforever commented on GitHub (Mar 13, 2021):
I have a todo to make
!filters listto dump everything in a text attachment instead of the messages, so it should take care of the spam, and I don't see how this would be helpful, you can use edit command and not actually edit@MSuih commented on GitHub (Mar 13, 2021):
That's what I've been doing, but it feels a bit janky especially when the view gets closed once you stop editing. Anyways, the reason I opened this issue is that thought that this was just an oversight and trivial to add. You can colse it if you don't feel like such feature should be added.
@13xforever commented on GitHub (Mar 13, 2021):
It is trivial to implement, I just don't see how it's useful in any way
Implement command for viewing filtersto [GH-ISSUE #723] Implement command for viewing filters