tybug / snitchvisbot

A snitch visualization discord bot for civ-style minecraft servers
GNU Affero General Public License v3.0
7 stars 3 forks source link

Use message content intents #1

Closed Huskydog9988 closed 2 years ago

Huskydog9988 commented 2 years ago

Need to use intents, discord.py now requires that you do. (Also discord requires it for message content.)

tybug commented 2 years ago

hmm, it seems like this is only required in the newly released discord.py 2.0.0 (I'm running 1.7.3). But discord is going to require the intent to be specified by august 31st (in 5 days) anyway, so probably good to upgrade to discord.py 2.0.0 by then anyway. Thanks!