MinnDevelopment / discord-webhooks

Provides easy to use bindings for the Discord Webhook API
Apache License 2.0
180 stars 34 forks source link

added a setSilent method similar to the setEphmeral method #92

Open mrbubbles06 opened 10 months ago

mrbubbles06 commented 10 months ago

Fixes part of #77.

Added the ability to @silent messages through the use of the "suppress_notifications" flag. Added documentation.

mrbubbles06 commented 10 months ago

ignore all of the previous commits, the final one just adds the "setSilent" method, while maintaining the formatting style of the code (for convenience).

mrbubbles06 commented 7 months ago

Documentation has been added, as well as making function names consistent.