This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
natsuko/cogs/translation.py
2023-05-15 20:03:07 +03:00

10 lines
366 B
Python

import discord
from discord import app_commands
from discord.ext import commands
# import translators as ts
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)