feat(bot): basic webhook username templating

This commit is contained in:
libglfw 2024-10-22 03:05:32 -04:00 committed by Iris System
parent 87196e3297
commit 4248b7bc32
16 changed files with 78 additions and 14 deletions

View file

@ -0,0 +1,6 @@
-- database version 47
-- add config setting for supplying a custom tag format in names
alter table system_config add column name_format text;
update info set schema_version = 47;