diff --git a/src/discordbot/discordbot.py b/src/discordbot/discordbot.py index 7cade22..df60ffc 100644 --- a/src/discordbot/discordbot.py +++ b/src/discordbot/discordbot.py @@ -12,9 +12,6 @@ scheduler_hostname = os.environ.get('SCHEDULER_API_HOSTNAME', 'tv.example.com') # Discord API Intents intents = discord.Intents.default() -intents.messages = True -intents.guilds = True -intents.reactions = True # Discord client bot = commands.Bot(command_prefix="!", intents=intents)