Skip to content

Commit

Permalink
begin adding bitwise ops to templating
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Oct 30, 2024
1 parent 5c14b15 commit e115588
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 29 deletions.
2 changes: 1 addition & 1 deletion core/rust.bot_modules.hooks/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub static SINK: LazyLock<ConfigOption> = LazyLock::new(|| {
id: "sinks",
name: "Sinks",
description: "Sinks are triggered on given events and can be used for a customizable and flexible automoderation system",
table: "hooks__sinks;",
table: "hooks__sinks",
common_filters: indexmap::indexmap! {},
default_common_filters: indexmap::indexmap! {
"guild_id" => "{__guild_id}"
Expand Down
Loading

0 comments on commit e115588

Please sign in to comment.