main no longer async

This commit is contained in:
2025-04-09 17:10:01 +10:00
parent 4ab96ac19c
commit d668276c6f

View File

@@ -152,7 +152,7 @@ async def on_message(message):
update_rss_feed()
return
async def main():
def main():
bot.run(TOKEN)
if __name__ == '__main__':