lunarflu HF staff commited on
Commit
aac60c9
1 Parent(s): a45877b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def convert_to_timezone(dt, tz):
24
 
25
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
26
  intents = discord.Intents.all()
27
- bot = commands.Bot(command_prefix='!', intents=intents, max_messages=100000)
28
 
29
  logger = logging.getLogger(__name__)
30
  logging.basicConfig(level=logging.DEBUG)
 
24
 
25
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
26
  intents = discord.Intents.all()
27
+ bot = commands.Bot(command_prefix='!', intents=intents, max_messages=1000000)
28
 
29
  logger = logging.getLogger(__name__)
30
  logging.basicConfig(level=logging.DEBUG)