如何让 Discord Bot 在 repl.it 上保持在线?问题描述 投票:0回答:1以前我曾经使用提供的 web-url 并使用 uptimerobot 定期对其进行 ping 操作,但似乎 replit 已更改了所有内容。每次关闭网站时,文件都会停止,即使你有 keep_alive 运行它。 由于url 发生变化,并且一旦关闭站点,repl 就会被关闭,旧方法已经失效。
Python Discord Bot A starting point for build in a Discord bot in Python using the discord.py library. replit 136 124.4K Use Template OpenAI Python GPT-4 Access the OpenAI GPT-4 chat AI model using Python. Create your own LLM-driven AI server!
Turn your ideas into apps with AI. Meet Replit Agent, an advanced AI making programming accessible toeveryone. Build at the speed of thought and launch in minutes.
The problem is, it never gets to the while loop (it's for testing) because it gets stuck in the bot1 file. How should I fix this? The reason I'm doing it in the same repl project is so I can merge the bot database. python discord.py replit 2 edited tags Link Full edit...
我的Discord机器人使用on_message函数在discord.py上运行。如何创建关闭和重新启动Bot的命令? 我的机器人运行在托管在repl.it上的服务器上。 浏览2提问于2019-02-06得票数0 1回答 在Discord.Py中,如何解决TooManyRequests的错误? 、、 我真的是编程新手,我决定看一个教程,看看如何用Python创建一个不和谐的机器...
Updated Jul 5, 2023 Python Sintya4 / PREMIUM-DGH-BOT-V4 Star 149 Code Issues Pull requests Discussions DGH BOT is a multiple purpose bot including extraordinary features such as Moderation, Leveling System, Welcomer, Search, Misc and other commands fun admin discord-music-bot moderation welc...
你得到的错误TypeError: 'str' object is not callable是因为你试图调用一个字符串对象,就好像它是一...
测试的时候window下使用的是php5.2(libxml Version 2.7.7 ), php5.3(libxml Version 2.7.8)。
答案是使用Q_DECLARE_TR_FUNCTIONS宏。 使用 在类中用Q_DECLARE_TR_FUNCTIONS宏定义该类。 可以直接...