This repository has been archived on 2025-01-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-05-03 19:53:01 +03:00
|
|
|
import discord
|
|
|
|
|
from discord import app_commands
|
|
|
|
|
from discord.ext import commands
|
2023-05-15 17:29:09 +03:00
|
|
|
# import translators as ts
|
2023-05-03 19:53:01 +03:00
|
|
|
|
2023-05-15 17:29:09 +03:00
|
|
|
async def setup(bot): ...
|
|
|
|
|
# @bot.tree.context_menu()
|
|
|
|
|
# async def translate(inter: discord.Interaction, message: discord.Message):
|
|
|
|
|
# await inter.response.send_message(ts.google(message.content, to_language=str(inter.locale)), ephemeral=True)
|