diff --git a/main.py b/main.py index e121f96..c56ce1d 100644 --- a/main.py +++ b/main.py @@ -12,6 +12,7 @@ DEFAULT_LOG_FILE = 'kruhobot.log' # Log file for the bot # Create an instance of the bot intents = discord.Intents.default() intents.members = True +intents.message_content = True bot = commands.Bot(command_prefix='!', intents=intents)