matobodo / DiscordWebhookLogging

Simple Discord webhook logger
MIT License
8 stars 0 forks source link

Add timer to send buffered message #5

Open matobodo opened 7 months ago

matobodo commented 7 months ago

All buffered messages should be sent every few seconds to prevent the buffer from storing the messages indefinitely. The timer should call the send function in the handler class.