mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
feat: limit embeds
This commit is contained in:
11
bot/tasks.py
11
bot/tasks.py
@@ -1,14 +1,13 @@
|
||||
from datetime import datetime, timezone
|
||||
import random
|
||||
import requests
|
||||
from datetime import datetime, timezone
|
||||
|
||||
import discord
|
||||
from discord.ext import tasks, commands
|
||||
import requests
|
||||
from discord.ext import commands, tasks
|
||||
|
||||
from bot.utils import aware_utcnow, fetch_api_data
|
||||
from bot.config import schizo_messages
|
||||
from bot.discourse.handle_request import fetch_cooked_posts, combine_posts_text
|
||||
|
||||
from bot.discourse.handle_request import combine_posts_text, fetch_cooked_posts
|
||||
from bot.utils import aware_utcnow, fetch_api_data
|
||||
from database import migrate_users_with_role
|
||||
|
||||
TARGET_DATE = datetime(2036, 8, 12, tzinfo=timezone.utc)
|
||||
|
||||
Reference in New Issue
Block a user