Meta blacklist #20

Merged
LucidKobold merged 8 commits from meta-blacklist into main 2025-02-28 18:55:24 -05:00
5 changed files with 27 additions and 28 deletions
Showing only changes of commit 814df5ba35 - Show all commits

View File

@@ -14,9 +14,6 @@ feature.hears(
"/botInfo", "/botInfo",
logHandle("bot-info-command"), logHandle("bot-info-command"),
async (ctx: Context) => { async (ctx: Context) => {
console.info(
"BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO!"
);
if (ctx.chat && ctx.msg) { if (ctx.chat && ctx.msg) {
await ctx.reply( await ctx.reply(
`I am a bot designed to delete any Twitter/X links and reformatting services within groups\\. By default I only work with whitelisted group IDs\\.\n\nYou can fork me from this link: https://github\\.com/lucid\\-creations\\-media/no\\-twitter\\-bot and deploy me for use in your own groups\\!`, `I am a bot designed to delete any Twitter/X links and reformatting services within groups\\. By default I only work with whitelisted group IDs\\.\n\nYou can fork me from this link: https://github\\.com/lucid\\-creations\\-media/no\\-twitter\\-bot and deploy me for use in your own groups\\!`,