Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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=
|
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)
|