Untitled
Anonymous
plain_text
05/06/2024 3:27 PM
336 B
20
Indexable
@bot.tree.command(name="dictionary", description="write an word and recieve its definition")
#@app_commands.describe(word="say")
async def dictionary(interaction: discord.Interaction, word: str):
await get_dictionary_definition(interaction, word)Editor is loading...
Leave a Comment