IDK WHY
but my line 13 doesn’t work
I’m really new to this so even if the error is small I wouldn’t have noticed
import discord
from discord.ext import commands
import os
import time
import asyncio
from python_aternos import Client, Lists
# START OF CONFIG
CHANNELID = ID
DOMAIN = 'SERVER NAME'
TOKEN = 'TOKEN LOL'
client = commands.Bot(command_prefix='server ', intents=intents)
at = Client.from_credentials('USER', 'PASSWORD')
ERROR:
raceback (most recent call last):
File "bot.py", line 13, in <module>
client = commands.Bot(command_prefix='server ', intents=intents)
NameError: name 'intents' is not defined