More slash commands for A/N

This commit is contained in:
SillyLossy
2023-05-18 01:10:17 +03:00
parent 15645f2e18
commit 06f34478db
4 changed files with 55 additions and 4 deletions

View File

@@ -2581,7 +2581,7 @@
<script>
// Configure toast library:
toastr.options.escapeHtml = true; // Prevent raw HTML inserts
toastr.options.timeOut = 3000; // How long the toast will display without user interaction
toastr.options.timeOut = 4000; // How long the toast will display without user interaction
toastr.options.extendedTimeOut = 10000; // How long the toast will display after a user hovers over it
toastr.options.progressBar = true; // Visually indicate how long before a toast expires.
toastr.options.closeButton = true; // enable a close button