Simple Discord Link Bot

Simple Discord Link Bot

1M Downloads

[Feature Request] Option to suppress certain missing permissions warnings

Zeklandia opened this issue ยท 2 comments

commented

I want to disable link embedding in the text channel I use for console output, but this causes a constant stream of warnings from SDLink:

[pool-16-thread-1/ERROR]:
******************* Simple Discord Link Errors *******************
1) Missing Console Channel Channel Permission: Embed Links

******************* Simple Discord Link Errors *******************

I would appreciate an option to suppress at least embed links permission warnings.

commented

The constant stream of errors would also be related to #149. It's caused by the same issue

Normally that is only shown once during startup, or when you use the reloadbot command, but because of the bug, each time a drop to discord happens, it triggers the message again

commented

The core issue of it being spammed, should be fixed in 3.2.3. I will keep the filtering in mind for a future version though, as it requires config changes