major update thingy. Clippy is happy, bugfixes, new "max_results" arg to /re_updateDiscord, etc.

This commit is contained in:
2025-08-09 14:37:15 +02:00
parent b4044956de
commit 0db5937c39
17 changed files with 97 additions and 86 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ macro_rules! warnln {
macro_rules! lang {
($key:expr) => {
{
use crate::{LANG, errln};
use $crate::{LANG, errln};
let value = unsafe {
LANG
.as_ref()
@@ -80,7 +80,7 @@ macro_rules! lang {
}
};
($key:expr, $($arg:expr),*) => {{
use crate::{LANG, errln};
use $crate::{LANG, errln};
use formatx::formatx;
let value = unsafe {