mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
🎨 chore(*): run black to format the code
This commit is contained in:
@@ -13,6 +13,7 @@ from src.chatUtils.prompts import createPrompt
|
|||||||
from src.functionscalls import call_function, server_normal_channel_functions, functions
|
from src.functionscalls import call_function, server_normal_channel_functions, functions
|
||||||
from src.chatUtils.requesters.request import request
|
from src.chatUtils.requesters.request import request
|
||||||
|
|
||||||
|
|
||||||
class Chat:
|
class Chat:
|
||||||
def __init__(self, bot: discord.bot, message: discord.Message):
|
def __init__(self, bot: discord.bot, message: discord.Message):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|||||||
Reference in New Issue
Block a user