Juby210 / Aliucord-plugins

Plugins for Aliucord.
Open Software License 3.0
166 stars 23 forks source link

"Remove Deleted Message" doesn't remove the message #36

Open Hampo opened 2 years ago

Hampo commented 2 years ago

"Remove Deleted Message" doesn't remove the message, instead it purely removes it from the logs, requiring Discord to be closed and reopened to actually remove the message. Tested with both a bot's ephemeral message and a user message.

XTREME1738 commented 2 years ago

"Remove Deleted Message" doesn't remove the message, instead it purely removes it from the logs, requiring Discord to be closed and reopened to actually remove the message. Tested with both a bot's ephemeral message and a user message.

yea i tested this when writing the button to remove it and couldnt find a way

Hampo commented 2 years ago

Ah okay. Thanks for getting back to me

7heMech commented 1 year ago

"Remove Deleted Message" doesn't remove the message, instead it purely removes it from the logs, requiring Discord to be closed and reopened to actually remove the message. Tested with both a bot's ephemeral message and a user message.

yea i tested this when writing the button to remove it and couldnt find a way

Did you look at the code of this plugin? https://github.com/DiamondMiner88/aliucord-plugins/blob/master/HideMessages/src/main/kotlin/com.github.diamondminer88.plugins/HideMessages.kt It will work as long as you have channel id and msg id, and you have to disable the logger xd

XTREME1738 commented 1 year ago

"Remove Deleted Message" doesn't remove the message, instead it purely removes it from the logs, requiring Discord to be closed and reopened to actually remove the message. Tested with both a bot's ephemeral message and a user message.

yea i tested this when writing the button to remove it and couldnt find a way

Did you look at the code of this plugin? https://github.com/DiamondMiner88/aliucord-plugins/blob/master/HideMessages/src/main/kotlin/com.github.diamondminer88.plugins/HideMessages.kt It will work as long as you have channel id and msg id, and you have to disable the logger xd

yes i looked at that and tried it didnt work

7heMech commented 1 year ago

"Remove Deleted Message" doesn't remove the message, instead it purely removes it from the logs, requiring Discord to be closed and reopened to actually remove the message. Tested with both a bot's ephemeral message and a user message.

yea i tested this when writing the button to remove it and couldnt find a way

Did you look at the code of this plugin? https://github.com/DiamondMiner88/aliucord-plugins/blob/master/HideMessages/src/main/kotlin/com.github.diamondminer88.plugins/HideMessages.kt It will work as long as you have channel id and msg id, and you have to disable the logger xd

yes i looked at that and tried it didnt work

Hmm... There is no reason why it shouldn't, as long as you disable the plugin from saving the message.