Skip to content

kamile320/AdvancedChannelListener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedChannelListener

GitHub Release GitHub License GitHub Downloads (all assets, all releases) GitHub commits since latest release

Discord Bot cog module that listens all available for the bot channels on Discord - you'll see every message sent on channels where the Bot is.

A.C.L. saves every message sent on Discord server to files in directories named as ID of Discord User who just sent a message - with info about Server, Channel (and ID's of course).
Bot also listens DM chats with him. Now you can know what is going on your Discord server and who's who. No more impersonating, hiding, etc.
Everything works and creates automatically. All you need to do is load this module into a supported Discord bot that uses cogs - like ServerBot.
Basic functionality of admin privileges/security/etc that uses .env file works as the same as in ServerBot - you can read about that in ServerBot Manual.

REMEMBER - Bot/Module saves every message sent on Discord Servers - this can break users privacy; you're using ACL at your own risk!

I recommend you to put code below in your bot main file in your on_message async function - this will allow bot to use on_message functions from ACL module:

    for cog in client.cogs.values():
        if hasattr(cog, 'on_message_hook'):
            await cog.on_message_hook(message)

Table of known Discord Bots that supports ACL (v4.0+):

Discord Bot Supported Since Native / After modification above Notes
ServerBot v1.11.0+ Native Releases v1.8-v1.10.1 had ACL built-in main file (ACL v3.1 and older).
Carl-bot n/a Modified Used as a compatibility test-bench. After complete code reconstruction to modern libraries and adding modification above, the ACL module works perfectly.

About

Discord Bot cog module that listens all possible channels on Discord

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors