baalajimaestro
5bf33a49ea
Ratelimits a user for 30mins if they send more than 20 requests in a minute, also a schema change Signed-off-by: baalajimaestro <me@baalajimaestro.me>
15 lines
296 B
Nim
15 lines
296 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "baalajimaestro"
|
|
description = "Censor Bot for Telegram written in Nim"
|
|
license = "AGPL-3.0-or-later"
|
|
srcDir = "src"
|
|
bin = @["nim_censor_bot"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.0"
|
|
requires "telebot"
|
|
requires "norm"
|