intents
This commit is contained in:
parent
272e54240d
commit
07f6e11f50
@ -10,7 +10,8 @@ TOKEN = config.BOT_TOKEN
|
|||||||
USER_ID = config.USER_ID
|
USER_ID = config.USER_ID
|
||||||
PREFIX = '$'
|
PREFIX = '$'
|
||||||
|
|
||||||
bot = commands.Bot(command_prefix=PREFIX, intents=discord.Intents.all())
|
intents = discord.Intents.default()
|
||||||
|
bot = commands.Bot(command_prefix=PREFIX, intents=intents)
|
||||||
|
|
||||||
def setup_logging():
|
def setup_logging():
|
||||||
logger = logging.getLogger('termlog')
|
logger = logging.getLogger('termlog')
|
||||||
|
Loading…
Reference in New Issue
Block a user