mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 00:53:50 -04:00
V1.3.0 Released
config.example.ts updated to include full documentation of all options. initDB.ts updated with minor fixes. mod.ts updated command handling, upgraded api to have secured access, key and channel management, minor bug fixes, and rate limiting. solver.ts updated with minor fix to prevent discord formatting from completely and utterly breaking. README updated.
This commit is contained in:
@@ -862,7 +862,7 @@ const parseRoll = (fullCmd: string, localPrefix: string, localPostfix: string, m
|
||||
}
|
||||
|
||||
// Populate line2 (the results) and line3 (the details) with their data
|
||||
line2 += preFormat + e.rollTotal + postFormat + escapeCharacters(e.rollPostFormat, "|*_~`");
|
||||
line2 += preFormat + e.rollTotal + postFormat + escapeCharacters(e.rollPostFormat, "|*_~`") + " ";
|
||||
|
||||
line3 += "`" + e.initConfig + "` = " + e.rollDetails + " = " + preFormat + e.rollTotal + postFormat + "\n";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user