Update readme and welcome command response.

This commit is contained in:
Lucid Kobold
2025-02-28 19:09:58 -05:00
parent 7d6b6ffd75
commit 87df9ec1e9
3 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ Bot starter template based on [grammY](https://grammy.dev/) bot framework.
- Obtain Group ID
- Delete Twitter/X links within whitelisted group
- Delete post reformat services for Twitter links within whitelisted group
- Delete Facebook/Meta links within whitelisted group
- Delete other Meta services links within whitelisted group
- Check if a group is in the whitelisted IDs
## Usage
@@ -386,5 +389,14 @@ bun add -d @types/bun
Defaults to an empty array.
</td>
</tr>
<tr>
<td>GROUP_IDS</td>
<td>
Array of Number
</td>
<td>
The list of group IDs where the blacklist function would successfully invoke the functions.
</td>
</tr>
</tbody>
</table>