Skip to content

Commit

Permalink
temp removed channel updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Oct 13, 2023
1 parent 23fbfb3 commit 8858169
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cogs/commands/chatgpt.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import asyncio
import logging
from datetime import date, datetime, timedelta, timezone
from datetime import datetime, timedelta, timezone
from typing import Optional

import aiohttp
import discord
import openai
from discord import AllowedMentions
from discord.ext import commands, tasks
from discord.ext import commands
from discord.ext.commands import (
Bot,
Context,
Expand Down

0 comments on commit 8858169

Please sign in to comment.