allthingslinux / tux

Tux is an all in one bot for the All Things Linux discord server.
https://discord.gg/linux
GNU General Public License v3.0
79 stars 24 forks source link

better "harmful command" support #450

Open exhq opened 1 month ago

exhq commented 1 month ago

im too lazy to type image image

kzndotsh commented 1 month ago

Can you explain this a little better?

HikariNeee commented 1 month ago

What they mean (from what I can infer), is that every server has a local table where they can define custom "harmful commands" and custom messages to show.

Though, I disagree with the in-memory database part, it'll start eating memory very quickly. Ideally, we want the fetch sequence running in a separate thread so it doesn't block things.